[Ns-commits] Output of run-tests script: failure
tomhend@u.washington.edu
tomhend at u.washington.edu
Sun Apr 11 02:06:34 PDT 2010
Sun Apr 11 01:51:12 PDT 2010
download.py success
Testing ns-3-dev from ns-3-dev at changeset: 6185:371ccf65ecdc
Regression testing for machine: ns-regression
Ubuntu 8.04.3 LTS \n \l
Linux 2.6.24-19-server x86_64
g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
-----------------------------
FAILURE: waf -d debug configure; building failed on ns-3-dev
Configure stderr:
Checking for program gcc,cc : ok /usr/bin/gcc
Checking for program cpp : ok /usr/bin/cpp
Checking for program ar : ok /usr/bin/ar
Checking for program ranlib : ok /usr/bin/ranlib
Checking for gcc : ok
Checking for program g++,c++ : ok /usr/bin/g++
Checking for g++ : ok
Checking for program pkg-config : ok /usr/bin/pkg-config
Checking for regression traces location : ok ../ns-3-dev-ref-traces (given)
Checking for -Wl,--soname=foo support : yes
Checking for header stdlib.h : ok
Checking for header signal.h : ok
Checking for header pthread.h : ok
Checking for high precision time implementation : 128-bit integer
Checking for header stdint.h : ok
Checking for header inttypes.h : ok
Checking for header sys/inttypes.h : not found
Checking for library rt : ok
Checking for header netpacket/packet.h : ok
Checking for header linux/if_tun.h : ok
Checking for pkg-config flags for GTK_CONFIG_STORE : ok
Checking for pkg-config flags for LIBXML2 : ok
Checking for library sqlite3 : ok
Checking for NSC location : ok ../nsc (given)
Checking for library dl : ok
Checking for NSC supported architecture x86_64 : ok
Checking for header sys/socket.h : ok
Checking for header netinet/in.h : ok
Checking for program python : ok /usr/bin/python
Checking for Python version >= 2.3 : ok 2.5.2
Checking for library python2.5 : ok
Checking for program python2.5-config : ok /usr/bin/python2.5-config
Checking for header Python.h : ok
Checking for -fvisibility=hidden support : yes
Checking for pybindgen location : ok ../pybindgen (given)
Checking for Python module pybindgen : ok
Checking for pybindgen version : ok 0.14.0.755
Checking for types uint64_t and unsigned long equivalency : yes
Checking for types uint64_t and unsigned long long equivalency : no
Checking for the apidefs that can be used for Python bindings : gcc-LP64
Checking for Python module pygccxml : ok
Checking for pygccxml version : ok 1.0.0
Checking for program gccxml : ok /usr/local/bin/gccxml
Checking for gccxml version : ok 0.9.0
Checking for program mpic++ : ok /usr/bin/mpic++
Checking for program sudo : ok /usr/bin/sudo
Checking for program hg : ok /usr/bin/hg
Checking for program valgrind : ok /usr/local/bin/valgrind
Checking for pkg-config flags for GSL : ok
Checking for -Wno-error=deprecated-declarations support : yes
Checking for -Wno-error=deprecated-declarations support : yes
'configure' finished successfully (3.985s)
Build stderr:
Waf: Entering directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build'
[1061/1199] cxx: build/debug/bindings/python/ns3_module_point_to_point.cc -> build/debug/bindings/python/ns3_module_point_to_point_3.o
[1065/1199] cxx: build/debug/bindings/python/ns3_module_test.cc -> build/debug/bindings/python/ns3_module_test_3.o
[1066/1199] cxx: build/debug/bindings/python/ns3_module_wimax.cc -> build/debug/bindings/python/ns3_module_wimax_3.o
[1067/1199] cxx: build/debug/bindings/python/ns3_module_v4ping.cc -> build/debug/bindings/python/ns3_module_v4ping_3.o
[1068/1199] cxx: build/debug/bindings/python/ns3_module_csma.cc -> build/debug/bindings/python/ns3_module_csma_3.o
debug/bindings/python/ns3_module_csma.cc: In function 'PyObject* _wrap_PyNs3CsmaNetDevice_GetFrameSize(PyNs3CsmaNetDevice*)':
debug/bindings/python/ns3_module_csma.cc:3351: error: 'class ns3::CsmaNetDevice' has no member named 'GetFrameSize'
debug/bindings/python/ns3_module_csma.cc: In function 'PyObject* _wrap_PyNs3CsmaNetDevice_SetFrameSize(PyNs3CsmaNetDevice*, PyObject*, PyObject*)':
debug/bindings/python/ns3_module_csma.cc:3945: error: 'class ns3::CsmaNetDevice' has no member named 'SetFrameSize'
debug/bindings/python/ns3_module_point_to_point.cc: In function 'PyObject* _wrap_PyNs3PointToPointNetDevice_GetFrameSize(PyNs3PointToPointNetDevice*)':
debug/bindings/python/ns3_module_point_to_point.cc:3201: error: 'class ns3::PointToPointNetDevice' has no member named 'GetFrameSize'
debug/bindings/python/ns3_module_point_to_point.cc: In function 'PyObject* _wrap_PyNs3PointToPointNetDevice_SetFrameSize(PyNs3PointToPointNetDevice*, PyObject*, PyObject*)':
debug/bindings/python/ns3_module_point_to_point.cc:3731: error: 'class ns3::PointToPointNetDevice' has no member named 'SetFrameSize'
debug/bindings/python/ns3_module_wimax.cc: In function 'PyObject* _wrap_PyNs3WimaxNetDevice_GetMaxMsduSize(PyNs3WimaxNetDevice*)':
debug/bindings/python/ns3_module_wimax.cc:41868: error: 'class ns3::WimaxNetDevice' has no member named 'GetMaxMsduSize'
Waf: Leaving directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build'
Build failed
-> task failed (err #1):
{task: cxx ns3_module_csma.cc -> ns3_module_csma_3.o}
-> task failed (err #1):
{task: cxx ns3_module_point_to_point.cc -> ns3_module_point_to_point_3.o}
-> task failed (err #1):
{task: cxx ns3_module_wimax.cc -> ns3_module_wimax_3.o}
ns3modulegen.log:
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 61, in register_types
ns3_module_core.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 208, in register_types
module.add_container('std::list< ns3::Ptr< ns3::Packet > >', 'ns3::Ptr< ns3::Packet >', container_type='list')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::list< ns3::Ptr< ns3::Packet > >'> / TypeLookupError(['ns3::Ptr< ns3::Packet >', 'ns3::Packet *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 61, in register_types
ns3_module_core.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 209, in register_types
module.add_container('std::list< ns3::Ptr< ns3::UlJob > >', 'ns3::Ptr< ns3::UlJob >', container_type='list')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::list< ns3::Ptr< ns3::UlJob > >'> / TypeLookupError(['ns3::Ptr< ns3::UlJob >', 'ns3::UlJob *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 61, in register_types
ns3_module_core.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 210, in register_types
module.add_container('std::list< ns3::Ptr< ns3::Packet const > >', 'ns3::Ptr< ns3::Packet const >', container_type='list')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::list< ns3::Ptr< ns3::Packet const > >'> / TypeLookupError(['ns3::Ptr< ns3::Packet const >', 'ns3::Packet *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 61, in register_types
ns3_module_core.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 211, in register_types
module.add_container('std::vector< ns3::Ptr< ns3::WimaxConnection > >', 'ns3::Ptr< ns3::WimaxConnection >', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::Ptr< ns3::WimaxConnection > >'> / TypeLookupError(['ns3::Ptr< ns3::WimaxConnection >', 'ns3::WimaxConnection *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 61, in register_types
ns3_module_core.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 212, in register_types
module.add_container('std::vector< ns3::Ptr< ns3::FlowProbe > >', 'ns3::Ptr< ns3::FlowProbe >', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::Ptr< ns3::FlowProbe > >'> / TypeLookupError(['ns3::Ptr< ns3::FlowProbe >', 'ns3::FlowProbe *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 61, in register_types
ns3_module_core.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 213, in register_types
module.add_container('std::list< ns3::Ptr< ns3::RadvdPrefix > >', 'ns3::Ptr< ns3::RadvdPrefix >', container_type='list')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::list< ns3::Ptr< ns3::RadvdPrefix > >'> / TypeLookupError(['ns3::Ptr< ns3::RadvdPrefix >', 'ns3::RadvdPrefix *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 61, in register_types
ns3_module_core.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 214, in register_types
module.add_container('std::vector< ns3::Ptr< ns3::NetDevice > >', 'ns3::Ptr< ns3::NetDevice >', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::Ptr< ns3::NetDevice > >'> / TypeLookupError(['ns3::Ptr< ns3::NetDevice >', 'ns3::NetDevice *'],)
/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:69: DeprecationWarning: Typo: set_tranformation -> set_transformation
handler.set_tranformation(self, orig_ctype)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 61, in register_types
ns3_module_core.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 255, in register_types
register_types_ns3_dot11s(nested_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 298, in register_types_ns3_dot11s
module.add_container('std::vector< ns3::Ptr< ns3::dot11s::IeBeaconTimingUnit > >', 'ns3::Ptr< ns3::dot11s::IeBeaconTimingUnit >', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::Ptr< ns3::dot11s::IeBeaconTimingUnit > >'> / TypeLookupError(['ns3::Ptr< ns3::dot11s::IeBeaconTimingUnit >', 'ns3::dot11s::IeBeaconTimingUnit *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 61, in register_types
ns3_module_core.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 255, in register_types
register_types_ns3_dot11s(nested_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 299, in register_types_ns3_dot11s
module.add_container('std::vector< ns3::Ptr< ns3::dot11s::PeerLink > >', 'ns3::Ptr< ns3::dot11s::PeerLink >', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::Ptr< ns3::dot11s::PeerLink > >'> / TypeLookupError(['ns3::Ptr< ns3::dot11s::PeerLink >', 'ns3::dot11s::PeerLink *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 325, in register_types
ns3_module_wimax.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 229, in register_types
module.add_container('std::deque< ns3::WimaxMacQueue::QueueElement >', 'ns3::WimaxMacQueue::QueueElement', container_type='dequeue')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::deque< ns3::WimaxMacQueue::QueueElement >'> / TypeLookupError(['ns3::WimaxMacQueue::QueueElement'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 369, in register_types
ns3_module_olsr.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_olsr.py", line 8, in register_types
module.add_container('std::vector< ns3::olsr::MprSelectorTuple >', 'ns3::olsr::MprSelectorTuple', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::MprSelectorTuple >'> / TypeLookupError(['ns3::olsr::MprSelectorTuple'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 369, in register_types
ns3_module_olsr.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_olsr.py", line 9, in register_types
module.add_container('std::vector< ns3::olsr::NeighborTuple >', 'ns3::olsr::NeighborTuple', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::NeighborTuple >'> / TypeLookupError(['ns3::olsr::NeighborTuple'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 369, in register_types
ns3_module_olsr.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_olsr.py", line 10, in register_types
module.add_container('std::vector< ns3::olsr::TwoHopNeighborTuple >', 'ns3::olsr::TwoHopNeighborTuple', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::TwoHopNeighborTuple >'> / TypeLookupError(['ns3::olsr::TwoHopNeighborTuple'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 369, in register_types
ns3_module_olsr.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_olsr.py", line 11, in register_types
module.add_container('std::vector< ns3::olsr::LinkTuple >', 'ns3::olsr::LinkTuple', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::LinkTuple >'> / TypeLookupError(['ns3::olsr::LinkTuple'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 369, in register_types
ns3_module_olsr.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_olsr.py", line 12, in register_types
module.add_container('std::vector< ns3::olsr::TopologyTuple >', 'ns3::olsr::TopologyTuple', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::TopologyTuple >'> / TypeLookupError(['ns3::olsr::TopologyTuple'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 369, in register_types
ns3_module_olsr.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_olsr.py", line 13, in register_types
module.add_container('std::vector< ns3::olsr::IfaceAssocTuple >', 'ns3::olsr::IfaceAssocTuple', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::IfaceAssocTuple >'> / TypeLookupError(['ns3::olsr::IfaceAssocTuple'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 369, in register_types
ns3_module_olsr.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_olsr.py", line 14, in register_types
module.add_container('std::vector< ns3::olsr::AssociationTuple >', 'ns3::olsr::AssociationTuple', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::AssociationTuple >'> / TypeLookupError(['ns3::olsr::AssociationTuple'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 369, in register_types
ns3_module_olsr.register_types(module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_olsr.py", line 15, in register_types
module.add_container('std::vector< ns3::olsr::Association >', 'ns3::olsr::Association', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::Association >'> / TypeLookupError(['ns3::olsr::Association'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 469, in register_types
module.add_container('std::vector< ns3::ServiceFlow * >', 'ns3::ServiceFlow *', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
??:??: <pybindgen.Container 'std::vector< ns3::ServiceFlow * >'> / TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 471, in register_types
module.add_container('std::vector< ns3::SSRecord * >', 'ns3::SSRecord *', container_type='vector')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
??:??: <pybindgen.Container 'std::vector< ns3::SSRecord * >'> / TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 473, in register_types
module.add_container('std::list< std::pair< ns3::OfdmDlMapIe *, ns3::Ptr< ns3::PacketBurst > > >', 'std::pair< ns3::OfdmDlMapIe *, ns3::Ptr< ns3::PacketBurst > >', container_type='list')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::list< std::pair< ns3::OfdmDlMapIe *, ns3::Ptr< ns3::PacketBurst > > >'> / TypeLookupError(['std::pair< ns3::OfdmDlMapIe *, ns3::Ptr< ns3::PacketBurst > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 94, in main
register_types(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 476, in register_types
module.add_container('std::list< std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader > >', 'std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader >', container_type='list')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 574, in add_container
container = Container(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/container.py", line 148, in __init__
self.value_type = utils.eval_retval(value_type, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: <pybindgen.Container 'std::list< std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader > >'> / TypeLookupError(['std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader >'],)
/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py:1058: DeprecationWarning: is_const is deprecated, put a 'const' in the C type instead.
warnings.warn("is_const is deprecated, put a 'const' in the C type instead.", DeprecationWarning)
/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:206: Warning: ***** Unable to register callback; Return value 'std::vector<ns3::Mac48Address, std::allocator<ns3::Mac48Address> >' error (used in ns3::Callback< std::vector<ns3::Mac48Address, std::allocator<ns3::Mac48Address> >, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >): TypeLookupError(['std::vector< ns3::Mac48Address, std::allocator< ns3::Mac48Address > >'],)
Warning)
/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:225: Warning: ***** Unable to register callback; parameter 'unsigned char arg2' error (used in ns3::Callback< void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >): TypeLookupError(['unsigned char'],)
Warning)
/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:225: Warning: ***** Unable to register callback; parameter 'unsigned char arg2' error (used in ns3::Callback< void, ns3::Mac48Address, unsigned char, bool, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >): TypeLookupError(['unsigned char'],)
Warning)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 314, in register_methods
register_Ns3AttributeList_methods(root_module, root_module['ns3::AttributeList'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 440, in register_Ns3AttributeList_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_core.py:440: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 318, in register_methods
register_Ns3GlobalValue_methods(root_module, root_module['ns3::GlobalValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 511, in register_Ns3GlobalValue_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_core.py:511: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 318, in register_methods
register_Ns3GlobalValue_methods(root_module, root_module['ns3::GlobalValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 526, in register_Ns3GlobalValue_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_core.py:526: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 328, in register_methods
register_Ns3ObjectDeleter_methods(root_module, root_module['ns3::ObjectDeleter'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 734, in register_Ns3ObjectDeleter_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_core.py:734: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 338, in register_methods
register_Ns3TestCase_methods(root_module, root_module['ns3::TestCase'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1059, in register_Ns3TestCase_methods
[param('std::ofstream *', 'ofs')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_core.py:1059: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 338, in register_methods
register_Ns3TestCase_methods(root_module, root_module['ns3::TestCase'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1063, in register_Ns3TestCase_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_core.py:1063: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 339, in register_methods
register_Ns3TestRunner_methods(root_module, root_module['ns3::TestRunner'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1151, in register_Ns3TestRunner_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_core.py:1151: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 339, in register_methods
register_Ns3TestRunner_methods(root_module, root_module['ns3::TestRunner'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1161, in register_Ns3TestRunner_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_core.py:1161: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 340, in register_methods
register_Ns3TestSuite_methods(root_module, root_module['ns3::TestSuite'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1174, in register_Ns3TestSuite_methods
[param('ns3::TestCase *', 'testCase')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_core.py:1174: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 340, in register_methods
register_Ns3TestSuite_methods(root_module, root_module['ns3::TestSuite'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1182, in register_Ns3TestSuite_methods
[param('uint32_t', 'i')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_core.py:1182: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 340, in register_methods
register_Ns3TestSuite_methods(root_module, root_module['ns3::TestSuite'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1222, in register_Ns3TestSuite_methods
[param('std::ofstream *', 'ofs')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_core.py:1222: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 342, in register_methods
register_Ns3TypeId_methods(root_module, root_module['ns3::TypeId'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1368, in register_Ns3TypeId_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_core.py:1368: TypeLookupError(['ns3::Callback< ns3::ObjectBase *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 342, in register_methods
register_Ns3TypeId_methods(root_module, root_module['ns3::TypeId'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1442, in register_Ns3TypeId_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_core.py:1442: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 350, in register_methods
register_Ns3ZipfVariable_methods(root_module, root_module['ns3::ZipfVariable'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1586, in register_Ns3ZipfVariable_methods
cls.add_constructor([param('long int', 'N'), param('double', 'alpha')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_core.py:1586: TypeLookupError(['long int'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 363, in register_methods
register_Ns3ParetoVariable_methods(root_module, root_module['ns3::ParetoVariable'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1786, in register_Ns3ParetoVariable_methods
cls.add_constructor([param('std::pair< double, double >', 'params')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_core.py:1786: TypeLookupError(['std::pair< double, double >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 363, in register_methods
register_Ns3ParetoVariable_methods(root_module, root_module['ns3::ParetoVariable'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 1788, in register_Ns3ParetoVariable_methods
cls.add_constructor([param('std::pair< double, double >', 'params'), param('double', 'b')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_core.py:1788: TypeLookupError(['std::pair< double, double >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 407, in register_methods
register_Ns3ObjectVectorAccessor_methods(root_module, root_module['ns3::ObjectVectorAccessor'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 2557, in register_Ns3ObjectVectorAccessor_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_core.py:2557: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 409, in register_methods
register_Ns3ObjectVectorValue_methods(root_module, root_module['ns3::ObjectVectorValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 2591, in register_Ns3ObjectVectorValue_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_core.py:2591: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 409, in register_methods
register_Ns3ObjectVectorValue_methods(root_module, root_module['ns3::ObjectVectorValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 2606, in register_Ns3ObjectVectorValue_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_core.py:2606: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 424, in register_methods
register_Ns3ConfigMatchContainer_methods(root_module, root_module['ns3::Config::MatchContainer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 2920, in register_Ns3ConfigMatchContainer_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_core.py:2920: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 563, in register_methods
ns3_module_core.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 424, in register_methods
register_Ns3ConfigMatchContainer_methods(root_module, root_module['ns3::Config::MatchContainer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_core.py", line 2941, in register_Ns3ConfigMatchContainer_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_core.py:2941: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 162, in register_methods
register_Ns3EventId_methods(root_module, root_module['ns3::EventId'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 198, in register_Ns3EventId_methods
cls.add_constructor([param('ns3::Ptr< ns3::EventImpl > const &', 'impl'), param('uint64_t', 'ts'), param('uint32_t', 'context'), param('uint32_t', 'uid')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_simulator.py:198: TypeLookupError(['ns3::Ptr< ns3::EventImpl > &'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 162, in register_methods
register_Ns3EventId_methods(root_module, root_module['ns3::EventId'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 232, in register_Ns3EventId_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_simulator.py:232: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 165, in register_methods
register_Ns3TimeInvert_methods(root_module, root_module['ns3::TimeInvert'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 417, in register_Ns3TimeInvert_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_simulator.py:417: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 166, in register_methods
register_Ns3Scalar_methods(root_module, root_module['ns3::Scalar'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 469, in register_Ns3Scalar_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_simulator.py:469: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 167, in register_methods
register_Ns3Time_methods(root_module, root_module['ns3::Time'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 561, in register_Ns3Time_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_simulator.py:561: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 168, in register_methods
register_Ns3TimeSquare_methods(root_module, root_module['ns3::TimeSquare'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 610, in register_Ns3TimeSquare_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_simulator.py:610: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 173, in register_methods
register_Ns3SchedulerEvent_methods(root_module, root_module['ns3::Scheduler::Event'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 752, in register_Ns3SchedulerEvent_methods
cls.add_instance_attribute('impl', 'ns3::EventImpl *', is_const=False)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1526, in add_instance_attribute
value_type = utils.eval_retval(value_type, None)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
??:??: None / TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 175, in register_methods
register_Ns3SimulatorImpl_methods(root_module, root_module['ns3::SimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 847, in register_Ns3SimulatorImpl_methods
is_pure_virtual=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:847: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 175, in register_methods
register_Ns3SimulatorImpl_methods(root_module, root_module['ns3::SimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 852, in register_Ns3SimulatorImpl_methods
is_pure_virtual=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:852: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 175, in register_methods
register_Ns3SimulatorImpl_methods(root_module, root_module['ns3::SimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 857, in register_Ns3SimulatorImpl_methods
is_pure_virtual=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:857: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 175, in register_methods
register_Ns3SimulatorImpl_methods(root_module, root_module['ns3::SimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 862, in register_Ns3SimulatorImpl_methods
is_pure_virtual=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:862: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 177, in register_methods
register_Ns3WallClockSynchronizer_methods(root_module, root_module['ns3::WallClockSynchronizer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1052, in register_Ns3WallClockSynchronizer_methods
visibility='protected')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_simulator.py:1052: TypeLookupError(['timeval *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 177, in register_methods
register_Ns3WallClockSynchronizer_methods(root_module, root_module['ns3::WallClockSynchronizer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1067, in register_Ns3WallClockSynchronizer_methods
visibility='protected')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_simulator.py:1067: TypeLookupError(['timeval *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 177, in register_methods
register_Ns3WallClockSynchronizer_methods(root_module, root_module['ns3::WallClockSynchronizer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1072, in register_Ns3WallClockSynchronizer_methods
visibility='protected')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_simulator.py:1072: TypeLookupError(['timeval *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 179, in register_methods
register_Ns3DefaultSimulatorImpl_methods(root_module, root_module['ns3::DefaultSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1191, in register_Ns3DefaultSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1191: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 179, in register_methods
register_Ns3DefaultSimulatorImpl_methods(root_module, root_module['ns3::DefaultSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1196, in register_Ns3DefaultSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1196: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 179, in register_methods
register_Ns3DefaultSimulatorImpl_methods(root_module, root_module['ns3::DefaultSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1201, in register_Ns3DefaultSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1201: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 179, in register_methods
register_Ns3DefaultSimulatorImpl_methods(root_module, root_module['ns3::DefaultSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1206, in register_Ns3DefaultSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1206: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 185, in register_methods
register_Ns3RealtimeSimulatorImpl_methods(root_module, root_module['ns3::RealtimeSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1495, in register_Ns3RealtimeSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1495: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 185, in register_methods
register_Ns3RealtimeSimulatorImpl_methods(root_module, root_module['ns3::RealtimeSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1500, in register_Ns3RealtimeSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1500: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 185, in register_methods
register_Ns3RealtimeSimulatorImpl_methods(root_module, root_module['ns3::RealtimeSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1505, in register_Ns3RealtimeSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1505: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 185, in register_methods
register_Ns3RealtimeSimulatorImpl_methods(root_module, root_module['ns3::RealtimeSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1509, in register_Ns3RealtimeSimulatorImpl_methods
[param('ns3::Time const &', 'time'), param('ns3::EventImpl *', 'event')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1509: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 185, in register_methods
register_Ns3RealtimeSimulatorImpl_methods(root_module, root_module['ns3::RealtimeSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1513, in register_Ns3RealtimeSimulatorImpl_methods
[param('ns3::EventImpl *', 'event')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1513: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 185, in register_methods
register_Ns3RealtimeSimulatorImpl_methods(root_module, root_module['ns3::RealtimeSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1517, in register_Ns3RealtimeSimulatorImpl_methods
[param('uint32_t', 'context'), param('ns3::EventImpl *', 'event')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1517: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 185, in register_methods
register_Ns3RealtimeSimulatorImpl_methods(root_module, root_module['ns3::RealtimeSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1521, in register_Ns3RealtimeSimulatorImpl_methods
[param('uint32_t', 'context'), param('ns3::Time const &', 'time'), param('ns3::EventImpl *', 'event')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1521: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 574, in register_methods
ns3_module_simulator.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 185, in register_methods
register_Ns3RealtimeSimulatorImpl_methods(root_module, root_module['ns3::RealtimeSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_simulator.py", line 1526, in register_Ns3RealtimeSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_simulator.py:1526: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 186, in register_methods
register_Ns3Buffer_methods(root_module, root_module['ns3::Buffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 262, in register_Ns3Buffer_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_common.py:262: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 186, in register_methods
register_Ns3Buffer_methods(root_module, root_module['ns3::Buffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 267, in register_Ns3Buffer_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:267: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 186, in register_methods
register_Ns3Buffer_methods(root_module, root_module['ns3::Buffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 281, in register_Ns3Buffer_methods
[param('uint8_t *', 'buffer'), param('uint32_t', 'size')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:281: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 186, in register_methods
register_Ns3Buffer_methods(root_module, root_module['ns3::Buffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 311, in register_Ns3Buffer_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_common.py:311: TypeLookupError(['uint8_t *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 186, in register_methods
register_Ns3Buffer_methods(root_module, root_module['ns3::Buffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 324, in register_Ns3Buffer_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:324: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 187, in register_methods
register_Ns3BufferIterator_methods(root_module, root_module['ns3::Buffer::Iterator'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 379, in register_Ns3BufferIterator_methods
[param('uint8_t *', 'buffer'), param('uint32_t', 'size')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:379: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 187, in register_methods
register_Ns3BufferIterator_methods(root_module, root_module['ns3::Buffer::Iterator'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 423, in register_Ns3BufferIterator_methods
[param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:423: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 194, in register_methods
register_Ns3PacketMetadata_methods(root_module, root_module['ns3::PacketMetadata'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 643, in register_Ns3PacketMetadata_methods
[param('uint8_t *', 'buffer'), param('uint32_t', 'size')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:643: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 194, in register_methods
register_Ns3PacketMetadata_methods(root_module, root_module['ns3::PacketMetadata'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 684, in register_Ns3PacketMetadata_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:684: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 200, in register_methods
register_Ns3PacketTagListTagData_methods(root_module, root_module['ns3::PacketTagList::TagData'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 789, in register_Ns3PacketTagListTagData_methods
cls.add_instance_attribute('data', 'uint8_t [ 20 ]', is_const=False)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1526, in add_instance_attribute
value_type = utils.eval_retval(value_type, None)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
??:??: None / TypeLookupError(['uint8_t [ 20 ]'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 200, in register_methods
register_Ns3PacketTagListTagData_methods(root_module, root_module['ns3::PacketTagList::TagData'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 791, in register_Ns3PacketTagListTagData_methods
cls.add_instance_attribute('next', 'ns3::PacketTagList::TagData *', is_const=False)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1526, in add_instance_attribute
value_type = utils.eval_retval(value_type, None)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
??:??: None / TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 201, in register_methods
register_Ns3PcapFile_methods(root_module, root_module['ns3::PcapFile'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 809, in register_Ns3PcapFile_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_common.py:809: TypeLookupError(['uint32_t &'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 201, in register_methods
register_Ns3PcapFile_methods(root_module, root_module['ns3::PcapFile'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 853, in register_Ns3PcapFile_methods
[param('uint8_t * const', 'data'), param('uint32_t', 'maxBytes'), param('uint32_t &', 'tsSec'), param('uint32_t &', 'tsUsec'), param('uint32_t &', 'inclLen'), param('uint32_t &', 'origLen'), param('uint32_t &', 'readLen')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:853: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 201, in register_methods
register_Ns3PcapFile_methods(root_module, root_module['ns3::PcapFile'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 857, in register_Ns3PcapFile_methods
[param('uint32_t', 'tsSec'), param('uint32_t', 'tsUsec'), param('uint8_t const * const', 'data'), param('uint32_t', 'totalLen')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:857: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 203, in register_methods
register_Ns3TagBuffer_methods(root_module, root_module['ns3::TagBuffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 900, in register_Ns3TagBuffer_methods
cls.add_constructor([param('uint8_t *', 'start'), param('uint8_t *', 'end')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:900: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 203, in register_methods
register_Ns3TagBuffer_methods(root_module, root_module['ns3::TagBuffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 908, in register_Ns3TagBuffer_methods
[param('uint8_t *', 'buffer'), param('uint32_t', 'size')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:908: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 203, in register_methods
register_Ns3TagBuffer_methods(root_module, root_module['ns3::TagBuffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 936, in register_Ns3TagBuffer_methods
[param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:936: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 206, in register_methods
register_Ns3PcapFileWrapper_methods(root_module, root_module['ns3::PcapFileWrapper'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 1075, in register_Ns3PcapFileWrapper_methods
[param('ns3::Time', 't'), param('uint8_t const *', 'buffer'), param('uint32_t', 'length')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:1075: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 227, in register_methods
register_Ns3OutputStreamWrapper_methods(root_module, root_module['ns3::OutputStreamWrapper'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 1692, in register_Ns3OutputStreamWrapper_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_common.py:1692: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 227, in register_methods
register_Ns3OutputStreamWrapper_methods(root_module, root_module['ns3::OutputStreamWrapper'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 1696, in register_Ns3OutputStreamWrapper_methods
[param('std::ostream *', 'ostream')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_common.py:1696: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 228, in register_methods
register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 1708, in register_Ns3Packet_methods
cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size'), param('bool', 'magic')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:1708: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 228, in register_methods
register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 1710, in register_Ns3Packet_methods
cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:1710: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 228, in register_methods
register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 1751, in register_Ns3Packet_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:1751: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 228, in register_methods
register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 1756, in register_Ns3Packet_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_common.py:1756: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 228, in register_methods
register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 1811, in register_Ns3Packet_methods
deprecated=True, is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_common.py:1811: TypeLookupError(['uint8_t *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 596, in register_methods
ns3_module_common.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 228, in register_methods
register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_common.py", line 1873, in register_Ns3Packet_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_common.py:1873: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 618, in register_methods
ns3_module_mpi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 97, in register_methods
register_Ns3MpiInterface_methods(root_module, root_module['ns3::MpiInterface'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 141, in register_Ns3MpiInterface_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 154, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_mpi.py:141: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 618, in register_methods
ns3_module_mpi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 98, in register_methods
register_Ns3SentBuffer_methods(root_module, root_module['ns3::SentBuffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 192, in register_Ns3SentBuffer_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_mpi.py:192: TypeLookupError(['uint8_t *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 618, in register_methods
ns3_module_mpi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 98, in register_methods
register_Ns3SentBuffer_methods(root_module, root_module['ns3::SentBuffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 196, in register_Ns3SentBuffer_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_mpi.py:196: TypeLookupError(['MPI_Request *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 618, in register_methods
ns3_module_mpi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 98, in register_methods
register_Ns3SentBuffer_methods(root_module, root_module['ns3::SentBuffer'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 200, in register_Ns3SentBuffer_methods
[param('uint8_t *', 'arg0')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_mpi.py:200: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 618, in register_methods
ns3_module_mpi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 99, in register_methods
register_Ns3DistributedSimulatorImpl_methods(root_module, root_module['ns3::DistributedSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 282, in register_Ns3DistributedSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_mpi.py:282: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 618, in register_methods
ns3_module_mpi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 99, in register_methods
register_Ns3DistributedSimulatorImpl_methods(root_module, root_module['ns3::DistributedSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 287, in register_Ns3DistributedSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_mpi.py:287: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 618, in register_methods
ns3_module_mpi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 99, in register_methods
register_Ns3DistributedSimulatorImpl_methods(root_module, root_module['ns3::DistributedSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 292, in register_Ns3DistributedSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_mpi.py:292: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 618, in register_methods
ns3_module_mpi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 99, in register_methods
register_Ns3DistributedSimulatorImpl_methods(root_module, root_module['ns3::DistributedSimulatorImpl'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_mpi.py", line 297, in register_Ns3DistributedSimulatorImpl_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_mpi.py:297: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 629, in register_methods
ns3_module_contrib.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_contrib.py", line 132, in register_methods
register_Ns3GnuplotDataset_methods(root_module, root_module['ns3::GnuplotDataset'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_contrib.py", line 355, in register_Ns3GnuplotDataset_methods
visibility='protected')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_contrib.py:355: TypeLookupError(['ns3::GnuplotDataset::Data *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 290, in register_methods
register_Ns3Address_methods(root_module, root_module['ns3::Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 372, in register_Ns3Address_methods
cls.add_constructor([param('uint8_t', 'type'), param('uint8_t const *', 'buffer'), param('uint8_t', 'len')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:372: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 290, in register_methods
register_Ns3Address_methods(root_module, root_module['ns3::Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 383, in register_Ns3Address_methods
[param('uint8_t const *', 'buffer'), param('uint8_t', 'len')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:383: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 290, in register_methods
register_Ns3Address_methods(root_module, root_module['ns3::Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 388, in register_Ns3Address_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:388: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 290, in register_methods
register_Ns3Address_methods(root_module, root_module['ns3::Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 392, in register_Ns3Address_methods
[param('uint8_t const *', 'buffer'), param('uint8_t', 'len')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:392: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 290, in register_methods
register_Ns3Address_methods(root_module, root_module['ns3::Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 397, in register_Ns3Address_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:397: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 291, in register_methods
register_Ns3ChannelList_methods(root_module, root_module['ns3::ChannelList'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 448, in register_Ns3ChannelList_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:448: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Channel > const, std::vector< ns3::Ptr< ns3::Channel > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 291, in register_methods
register_Ns3ChannelList_methods(root_module, root_module['ns3::ChannelList'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 453, in register_Ns3ChannelList_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:453: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Channel > const, std::vector< ns3::Ptr< ns3::Channel > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 294, in register_methods
register_Ns3Ipv4Address_methods(root_module, root_module['ns3::Ipv4Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 579, in register_Ns3Ipv4Address_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:579: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 294, in register_methods
register_Ns3Ipv4Address_methods(root_module, root_module['ns3::Ipv4Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 644, in register_Ns3Ipv4Address_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:644: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 298, in register_methods
register_Ns3Ipv6Address_methods(root_module, root_module['ns3::Ipv6Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 841, in register_Ns3Ipv6Address_methods
cls.add_constructor([param('uint8_t *', 'address')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:841: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 298, in register_methods
register_Ns3Ipv6Address_methods(root_module, root_module['ns3::Ipv6Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 859, in register_Ns3Ipv6Address_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:859: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 298, in register_methods
register_Ns3Ipv6Address_methods(root_module, root_module['ns3::Ipv6Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 884, in register_Ns3Ipv6Address_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:884: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 298, in register_methods
register_Ns3Ipv6Address_methods(root_module, root_module['ns3::Ipv6Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 974, in register_Ns3Ipv6Address_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:974: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 298, in register_methods
register_Ns3Ipv6Address_methods(root_module, root_module['ns3::Ipv6Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 982, in register_Ns3Ipv6Address_methods
[param('uint8_t *', 'address')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:982: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 300, in register_methods
register_Ns3Ipv6Prefix_methods(root_module, root_module['ns3::Ipv6Prefix'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1047, in register_Ns3Ipv6Prefix_methods
cls.add_constructor([param('uint8_t *', 'prefix')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:1047: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 300, in register_methods
register_Ns3Ipv6Prefix_methods(root_module, root_module['ns3::Ipv6Prefix'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1060, in register_Ns3Ipv6Prefix_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:1060: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 301, in register_methods
register_Ns3Mac48Address_methods(root_module, root_module['ns3::Mac48Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1122, in register_Ns3Mac48Address_methods
[param('uint8_t const *', 'buffer')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:1122: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 301, in register_methods
register_Ns3Mac48Address_methods(root_module, root_module['ns3::Mac48Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1127, in register_Ns3Mac48Address_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:1127: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 302, in register_methods
register_Ns3Mac64Address_methods(root_module, root_module['ns3::Mac64Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1193, in register_Ns3Mac64Address_methods
[param('uint8_t const *', 'buffer')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:1193: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 302, in register_methods
register_Ns3Mac64Address_methods(root_module, root_module['ns3::Mac64Address'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1198, in register_Ns3Mac64Address_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:1198: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 303, in register_methods
register_Ns3NodeList_methods(root_module, root_module['ns3::NodeList'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1220, in register_Ns3NodeList_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1220: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 303, in register_methods
register_Ns3NodeList_methods(root_module, root_module['ns3::NodeList'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1225, in register_Ns3NodeList_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1225: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 305, in register_methods
register_Ns3PbbAddressTlvBlock_methods(root_module, root_module['ns3::PbbAddressTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1306, in register_Ns3PbbAddressTlvBlock_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1306: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 305, in register_methods
register_Ns3PbbAddressTlvBlock_methods(root_module, root_module['ns3::PbbAddressTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1311, in register_Ns3PbbAddressTlvBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1311: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 305, in register_methods
register_Ns3PbbAddressTlvBlock_methods(root_module, root_module['ns3::PbbAddressTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1328, in register_Ns3PbbAddressTlvBlock_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1328: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 305, in register_methods
register_Ns3PbbAddressTlvBlock_methods(root_module, root_module['ns3::PbbAddressTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1333, in register_Ns3PbbAddressTlvBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1333: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 305, in register_methods
register_Ns3PbbAddressTlvBlock_methods(root_module, root_module['ns3::PbbAddressTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1337, in register_Ns3PbbAddressTlvBlock_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'position')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1337: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 305, in register_methods
register_Ns3PbbAddressTlvBlock_methods(root_module, root_module['ns3::PbbAddressTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1341, in register_Ns3PbbAddressTlvBlock_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'last')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1341: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 305, in register_methods
register_Ns3PbbAddressTlvBlock_methods(root_module, root_module['ns3::PbbAddressTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1355, in register_Ns3PbbAddressTlvBlock_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'position'), param('ns3::Ptr< ns3::PbbAddressTlv > const', 'tlv')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1355: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 306, in register_methods
register_Ns3PbbTlvBlock_methods(root_module, root_module['ns3::PbbTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1409, in register_Ns3PbbTlvBlock_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1409: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 306, in register_methods
register_Ns3PbbTlvBlock_methods(root_module, root_module['ns3::PbbTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1414, in register_Ns3PbbTlvBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1414: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 306, in register_methods
register_Ns3PbbTlvBlock_methods(root_module, root_module['ns3::PbbTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1431, in register_Ns3PbbTlvBlock_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1431: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 306, in register_methods
register_Ns3PbbTlvBlock_methods(root_module, root_module['ns3::PbbTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1436, in register_Ns3PbbTlvBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1436: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 306, in register_methods
register_Ns3PbbTlvBlock_methods(root_module, root_module['ns3::PbbTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1440, in register_Ns3PbbTlvBlock_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'position')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1440: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 306, in register_methods
register_Ns3PbbTlvBlock_methods(root_module, root_module['ns3::PbbTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1444, in register_Ns3PbbTlvBlock_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'last')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1444: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 306, in register_methods
register_Ns3PbbTlvBlock_methods(root_module, root_module['ns3::PbbTlvBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1458, in register_Ns3PbbTlvBlock_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'position'), param('ns3::Ptr< ns3::PbbTlv > const', 'tlv')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1458: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 311, in register_methods
register_Ns3RadiotapHeader_methods(root_module, root_module['ns3::RadiotapHeader'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1947, in register_Ns3RadiotapHeader_methods
[param('int8_t', 'noise')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1947: TypeLookupError(['int8_t'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 311, in register_methods
register_Ns3RadiotapHeader_methods(root_module, root_module['ns3::RadiotapHeader'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 1955, in register_Ns3RadiotapHeader_methods
[param('int8_t', 'signal')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:1955: TypeLookupError(['int8_t'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 312, in register_methods
register_Ns3Socket_methods(root_module, root_module['ns3::Socket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 2059, in register_Ns3Socket_methods
[param('uint8_t *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:2059: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 312, in register_methods
register_Ns3Socket_methods(root_module, root_module['ns3::Socket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 2072, in register_Ns3Socket_methods
[param('uint8_t *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags'), param('ns3::Address &', 'fromAddress')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:2072: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 312, in register_methods
register_Ns3Socket_methods(root_module, root_module['ns3::Socket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 2085, in register_Ns3Socket_methods
[param('uint8_t const *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:2085: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 312, in register_methods
register_Ns3Socket_methods(root_module, root_module['ns3::Socket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 2094, in register_Ns3Socket_methods
[param('uint8_t const *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags'), param('ns3::Address const &', 'address')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:2094: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 334, in register_methods
register_Ns3Ipv4RoutingProtocol_methods(root_module, root_module['ns3::Ipv4RoutingProtocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3168, in register_Ns3Ipv4RoutingProtocol_methods
is_pure_virtual=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3168: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4MulticastRoute >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 343, in register_methods
register_Ns3Ipv6RoutingProtocol_methods(root_module, root_module['ns3::Ipv6RoutingProtocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3543, in register_Ns3Ipv6RoutingProtocol_methods
is_pure_virtual=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3543: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv6Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv6Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3840, in register_Ns3PbbAddressBlock_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3840: TypeLookupError(['std::_List_iterator< ns3::Address >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3845, in register_Ns3PbbAddressBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3845: TypeLookupError(['std::_List_const_iterator< ns3::Address >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3858, in register_Ns3PbbAddressBlock_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3858: TypeLookupError(['std::_List_iterator< ns3::Address >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3863, in register_Ns3PbbAddressBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3863: TypeLookupError(['std::_List_const_iterator< ns3::Address >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3867, in register_Ns3PbbAddressBlock_methods
[param('std::_List_iterator< ns3::Address >', 'position')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3867: TypeLookupError(['std::_List_iterator< ns3::Address >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3871, in register_Ns3PbbAddressBlock_methods
[param('std::_List_iterator< ns3::Address >', 'first'), param('std::_List_iterator< ns3::Address >', 'last')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3871: TypeLookupError(['std::_List_iterator< ns3::Address >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3880, in register_Ns3PbbAddressBlock_methods
[param('std::_List_iterator< ns3::Address >', 'position'), param('ns3::Address const', 'value')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3880: TypeLookupError(['std::_List_iterator< ns3::Address >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3919, in register_Ns3PbbAddressBlock_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3919: TypeLookupError(['std::_List_iterator< unsigned char >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3924, in register_Ns3PbbAddressBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3924: TypeLookupError(['std::_List_const_iterator< unsigned char >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3937, in register_Ns3PbbAddressBlock_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3937: TypeLookupError(['std::_List_iterator< unsigned char >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3942, in register_Ns3PbbAddressBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3942: TypeLookupError(['std::_List_const_iterator< unsigned char >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3946, in register_Ns3PbbAddressBlock_methods
[param('std::_List_iterator< unsigned char >', 'position')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3946: TypeLookupError(['std::_List_iterator< unsigned char >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3950, in register_Ns3PbbAddressBlock_methods
[param('std::_List_iterator< unsigned char >', 'first'), param('std::_List_iterator< unsigned char >', 'last')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3950: TypeLookupError(['std::_List_iterator< unsigned char >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 3959, in register_Ns3PbbAddressBlock_methods
[param('std::_List_iterator< unsigned char >', 'position'), param('uint8_t const', 'value')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:3959: TypeLookupError(['std::_List_iterator< unsigned char >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4004, in register_Ns3PbbAddressBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4004: TypeLookupError(['ns3::Ptr< ns3::PbbAddressTlv >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4008, in register_Ns3PbbAddressBlock_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4008: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4013, in register_Ns3PbbAddressBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4013: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4026, in register_Ns3PbbAddressBlock_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4026: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4031, in register_Ns3PbbAddressBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4031: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4035, in register_Ns3PbbAddressBlock_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'position')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4035: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4039, in register_Ns3PbbAddressBlock_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'last')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4039: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4048, in register_Ns3PbbAddressBlock_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4048: TypeLookupError(['ns3::Ptr< ns3::PbbAddressTlv >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4052, in register_Ns3PbbAddressBlock_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'position'), param('ns3::Ptr< ns3::PbbTlv > const', 'value')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4052: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4078, in register_Ns3PbbAddressBlock_methods
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:4078: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4088, in register_Ns3PbbAddressBlock_methods
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4088: TypeLookupError(['std::_List_const_iterator< ns3::Address >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 349, in register_methods
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4093, in register_Ns3PbbAddressBlock_methods
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:4093: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 350, in register_methods
register_Ns3PbbAddressBlockIpv4_methods(root_module, root_module['ns3::PbbAddressBlockIpv4'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4105, in register_Ns3PbbAddressBlockIpv4_methods
is_const=True, visibility='protected', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:4105: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 350, in register_methods
register_Ns3PbbAddressBlockIpv4_methods(root_module, root_module['ns3::PbbAddressBlockIpv4'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4115, in register_Ns3PbbAddressBlockIpv4_methods
is_const=True, visibility='protected', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4115: TypeLookupError(['std::_List_const_iterator< ns3::Address >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 350, in register_methods
register_Ns3PbbAddressBlockIpv4_methods(root_module, root_module['ns3::PbbAddressBlockIpv4'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4120, in register_Ns3PbbAddressBlockIpv4_methods
is_const=True, visibility='protected', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:4120: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 351, in register_methods
register_Ns3PbbAddressBlockIpv6_methods(root_module, root_module['ns3::PbbAddressBlockIpv6'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4132, in register_Ns3PbbAddressBlockIpv6_methods
is_const=True, visibility='protected', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:4132: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 351, in register_methods
register_Ns3PbbAddressBlockIpv6_methods(root_module, root_module['ns3::PbbAddressBlockIpv6'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4142, in register_Ns3PbbAddressBlockIpv6_methods
is_const=True, visibility='protected', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4142: TypeLookupError(['std::_List_const_iterator< ns3::Address >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 351, in register_methods
register_Ns3PbbAddressBlockIpv6_methods(root_module, root_module['ns3::PbbAddressBlockIpv6'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4147, in register_Ns3PbbAddressBlockIpv6_methods
is_const=True, visibility='protected', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:4147: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4165, in register_Ns3PbbMessage_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4165: TypeLookupError(['ns3::Ptr< ns3::PbbAddressBlock >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4169, in register_Ns3PbbMessage_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4169: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4174, in register_Ns3PbbMessage_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4174: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressBlock > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4187, in register_Ns3PbbMessage_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4187: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4192, in register_Ns3PbbMessage_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4192: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressBlock > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4196, in register_Ns3PbbMessage_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', 'position')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4196: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4200, in register_Ns3PbbMessage_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', 'last')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4200: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4209, in register_Ns3PbbMessage_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4209: TypeLookupError(['ns3::Ptr< ns3::PbbAddressBlock >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4333, in register_Ns3PbbMessage_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4333: TypeLookupError(['ns3::Ptr< ns3::PbbTlv >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4337, in register_Ns3PbbMessage_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4337: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4342, in register_Ns3PbbMessage_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4342: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4355, in register_Ns3PbbMessage_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4355: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4360, in register_Ns3PbbMessage_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4360: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4364, in register_Ns3PbbMessage_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'position')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4364: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4368, in register_Ns3PbbMessage_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'last')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4368: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 352, in register_methods
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4377, in register_Ns3PbbMessage_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4377: TypeLookupError(['ns3::Ptr< ns3::PbbTlv >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4505, in register_Ns3PbbPacket_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'position')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4505: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4509, in register_Ns3PbbPacket_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'last')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4509: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4513, in register_Ns3PbbPacket_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >', 'position')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4513: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4517, in register_Ns3PbbPacket_methods
[param('std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >', 'last')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4517: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4556, in register_Ns3PbbPacket_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4556: TypeLookupError(['ns3::Ptr< ns3::PbbMessage >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4560, in register_Ns3PbbPacket_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4560: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4565, in register_Ns3PbbPacket_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4565: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbMessage > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4578, in register_Ns3PbbPacket_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4578: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4583, in register_Ns3PbbPacket_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4583: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbMessage > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4592, in register_Ns3PbbPacket_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4592: TypeLookupError(['ns3::Ptr< ns3::PbbMessage >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4636, in register_Ns3PbbPacket_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4636: TypeLookupError(['ns3::Ptr< ns3::PbbTlv >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4640, in register_Ns3PbbPacket_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4640: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4645, in register_Ns3PbbPacket_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4645: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4658, in register_Ns3PbbPacket_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4658: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4663, in register_Ns3PbbPacket_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4663: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 355, in register_methods
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4672, in register_Ns3PbbPacket_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_node.py:4672: TypeLookupError(['ns3::Ptr< ns3::PbbTlv >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 640, in register_methods
ns3_module_node.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 356, in register_methods
register_Ns3PbbTlv_methods(root_module, root_module['ns3::PbbTlv'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_node.py", line 4767, in register_Ns3PbbTlv_methods
[param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_node.py:4767: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 684, in register_methods
ns3_module_global_routing.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_global_routing.py", line 105, in register_methods
register_Ns3GlobalRoutingLSA_methods(root_module, root_module['ns3::GlobalRoutingLSA'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_global_routing.py", line 149, in register_Ns3GlobalRoutingLSA_methods
[param('ns3::GlobalRoutingLinkRecord *', 'lr')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_global_routing.py:149: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 684, in register_methods
ns3_module_global_routing.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_global_routing.py", line 105, in register_methods
register_Ns3GlobalRoutingLSA_methods(root_module, root_module['ns3::GlobalRoutingLSA'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_global_routing.py", line 177, in register_Ns3GlobalRoutingLSA_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_global_routing.py:177: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 684, in register_methods
ns3_module_global_routing.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_global_routing.py", line 108, in register_methods
register_Ns3Ipv4GlobalRouting_methods(root_module, root_module['ns3::Ipv4GlobalRouting'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_global_routing.py", line 417, in register_Ns3Ipv4GlobalRouting_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_global_routing.py:417: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4MulticastRoute >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 219, in register_methods
register_Ns3Icmpv4DestinationUnreachable_methods(root_module, root_module['ns3::Icmpv4DestinationUnreachable'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 314, in register_Ns3Icmpv4DestinationUnreachable_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_internet_stack.py:314: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 220, in register_methods
register_Ns3Icmpv4Echo_methods(root_module, root_module['ns3::Icmpv4Echo'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 383, in register_Ns3Icmpv4Echo_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_internet_stack.py:383: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 222, in register_methods
register_Ns3Icmpv4TimeExceeded_methods(root_module, root_module['ns3::Icmpv4TimeExceeded'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 511, in register_Ns3Icmpv4TimeExceeded_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_internet_stack.py:511: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 246, in register_methods
register_Ns3TcpHeader_methods(root_module, root_module['ns3::TcpHeader'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 1847, in register_Ns3TcpHeader_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:1847: TypeLookupError(['SequenceNumber'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 246, in register_methods
register_Ns3TcpHeader_methods(root_module, root_module['ns3::TcpHeader'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 1872, in register_Ns3TcpHeader_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:1872: TypeLookupError(['SequenceNumber'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 246, in register_methods
register_Ns3TcpHeader_methods(root_module, root_module['ns3::TcpHeader'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 1920, in register_Ns3TcpHeader_methods
[param('SequenceNumber', 'ackNumber')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:1920: TypeLookupError(['SequenceNumber'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 246, in register_methods
register_Ns3TcpHeader_methods(root_module, root_module['ns3::TcpHeader'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 1936, in register_Ns3TcpHeader_methods
[param('SequenceNumber', 'sequenceNumber')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:1936: TypeLookupError(['SequenceNumber'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 248, in register_methods
register_Ns3ArpCache_methods(root_module, root_module['ns3::ArpCache'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 2025, in register_Ns3ArpCache_methods
[param('ns3::Ipv4Address', 'to')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_internet_stack.py:2025: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 248, in register_methods
register_Ns3ArpCache_methods(root_module, root_module['ns3::ArpCache'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 2063, in register_Ns3ArpCache_methods
[param('ns3::Ipv4Address', 'destination')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_internet_stack.py:2063: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 249, in register_methods
register_Ns3ArpCacheEntry_methods(root_module, root_module['ns3::ArpCache::Entry'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 2099, in register_Ns3ArpCacheEntry_methods
cls.add_constructor([param('ns3::ArpCache *', 'arp')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_internet_stack.py:2099: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 250, in register_methods
register_Ns3ArpL3Protocol_methods(root_module, root_module['ns3::ArpL3Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 2191, in register_Ns3ArpL3Protocol_methods
[param('ns3::Ptr< ns3::Packet >', 'p'), param('ns3::Ipv4Address', 'destination'), param('ns3::Ptr< ns3::NetDevice >', 'device'), param('ns3::Ptr< ns3::ArpCache >', 'cache'), param('ns3::Address *', 'hardwareDestination')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_internet_stack.py:2191: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 255, in register_methods
register_Ns3Ipv4L4Protocol_methods(root_module, root_module['ns3::Ipv4L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 2622, in register_Ns3Ipv4L4Protocol_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_internet_stack.py:2622: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 261, in register_methods
register_Ns3Ipv6L3Protocol_methods(root_module, root_module['ns3::Ipv6L3Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 2925, in register_Ns3Ipv6L3Protocol_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:2925: TypeLookupError(['ns3::Ptr< ns3::Ipv6Interface >', 'ns3::Ipv6Interface *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 262, in register_methods
register_Ns3Ipv6L4Protocol_methods(root_module, root_module['ns3::Ipv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3075, in register_Ns3Ipv6L4Protocol_methods
is_pure_virtual=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3075: TypeLookupError(['ns3::Ptr< ns3::Ipv6Interface >', 'ns3::Ipv6Interface *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 262, in register_methods
register_Ns3Ipv6L4Protocol_methods(root_module, root_module['ns3::Ipv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3080, in register_Ns3Ipv6L4Protocol_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_internet_stack.py:3080: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 263, in register_methods
register_Ns3NdiscCache_methods(root_module, root_module['ns3::NdiscCache'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3089, in register_Ns3NdiscCache_methods
[param('ns3::Ipv6Address', 'to')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_internet_stack.py:3089: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 263, in register_methods
register_Ns3NdiscCache_methods(root_module, root_module['ns3::NdiscCache'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3103, in register_Ns3NdiscCache_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3103: TypeLookupError(['ns3::Ptr< ns3::Ipv6Interface >', 'ns3::Ipv6Interface *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 263, in register_methods
register_Ns3NdiscCache_methods(root_module, root_module['ns3::NdiscCache'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3116, in register_Ns3NdiscCache_methods
[param('ns3::Ipv6Address', 'dst')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_internet_stack.py:3116: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 263, in register_methods
register_Ns3NdiscCache_methods(root_module, root_module['ns3::NdiscCache'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3120, in register_Ns3NdiscCache_methods
[param('ns3::NdiscCache::Entry *', 'entry')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_internet_stack.py:3120: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 263, in register_methods
register_Ns3NdiscCache_methods(root_module, root_module['ns3::NdiscCache'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3124, in register_Ns3NdiscCache_methods
[param('ns3::Ptr< ns3::NetDevice >', 'device'), param('ns3::Ptr< ns3::Ipv6Interface >', 'interface')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3124: TypeLookupError(['ns3::Ptr< ns3::Ipv6Interface >', 'ns3::Ipv6Interface *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 264, in register_methods
register_Ns3NdiscCacheEntry_methods(root_module, root_module['ns3::NdiscCache::Entry'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3142, in register_Ns3NdiscCacheEntry_methods
cls.add_constructor([param('ns3::NdiscCache *', 'nd')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1451, in add_constructor
constructor = CppConstructor(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 524, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_internet_stack.py:3142: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 264, in register_methods
register_Ns3NdiscCacheEntry_methods(root_module, root_module['ns3::NdiscCache::Entry'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3231, in register_Ns3NdiscCacheEntry_methods
[param('ns3::Address', 'mac')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3231: TypeLookupError(['std::list< ns3::Ptr< ns3::Packet > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 264, in register_methods
register_Ns3NdiscCacheEntry_methods(root_module, root_module['ns3::NdiscCache::Entry'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3239, in register_Ns3NdiscCacheEntry_methods
[param('ns3::Address', 'mac')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3239: TypeLookupError(['std::list< ns3::Ptr< ns3::Packet > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 265, in register_methods
register_Ns3TcpL4Protocol_methods(root_module, root_module['ns3::TcpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3324, in register_Ns3TcpL4Protocol_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3324: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 265, in register_methods
register_Ns3TcpL4Protocol_methods(root_module, root_module['ns3::TcpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3328, in register_Ns3TcpL4Protocol_methods
[param('ns3::Ipv4Address', 'address')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3328: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 265, in register_methods
register_Ns3TcpL4Protocol_methods(root_module, root_module['ns3::TcpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3332, in register_Ns3TcpL4Protocol_methods
[param('uint16_t', 'port')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3332: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 265, in register_methods
register_Ns3TcpL4Protocol_methods(root_module, root_module['ns3::TcpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3336, in register_Ns3TcpL4Protocol_methods
[param('ns3::Ipv4Address', 'address'), param('uint16_t', 'port')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3336: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 265, in register_methods
register_Ns3TcpL4Protocol_methods(root_module, root_module['ns3::TcpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3340, in register_Ns3TcpL4Protocol_methods
[param('ns3::Ipv4Address', 'localAddress'), param('uint16_t', 'localPort'), param('ns3::Ipv4Address', 'peerAddress'), param('uint16_t', 'peerPort')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3340: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 265, in register_methods
register_Ns3TcpL4Protocol_methods(root_module, root_module['ns3::TcpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3344, in register_Ns3TcpL4Protocol_methods
[param('ns3::Ipv4EndPoint *', 'endPoint')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3344: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 266, in register_methods
register_Ns3UdpL4Protocol_methods(root_module, root_module['ns3::UdpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3374, in register_Ns3UdpL4Protocol_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3374: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 266, in register_methods
register_Ns3UdpL4Protocol_methods(root_module, root_module['ns3::UdpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3378, in register_Ns3UdpL4Protocol_methods
[param('ns3::Ipv4Address', 'address')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3378: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 266, in register_methods
register_Ns3UdpL4Protocol_methods(root_module, root_module['ns3::UdpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3382, in register_Ns3UdpL4Protocol_methods
[param('uint16_t', 'port')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3382: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 266, in register_methods
register_Ns3UdpL4Protocol_methods(root_module, root_module['ns3::UdpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3386, in register_Ns3UdpL4Protocol_methods
[param('ns3::Ipv4Address', 'address'), param('uint16_t', 'port')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3386: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 266, in register_methods
register_Ns3UdpL4Protocol_methods(root_module, root_module['ns3::UdpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3390, in register_Ns3UdpL4Protocol_methods
[param('ns3::Ipv4Address', 'localAddress'), param('uint16_t', 'localPort'), param('ns3::Ipv4Address', 'peerAddress'), param('uint16_t', 'peerPort')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3390: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 266, in register_methods
register_Ns3UdpL4Protocol_methods(root_module, root_module['ns3::UdpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3398, in register_Ns3UdpL4Protocol_methods
[param('ns3::Ipv4EndPoint *', 'endPoint')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3398: TypeLookupError(['ns3::Ipv4EndPoint *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 266, in register_methods
register_Ns3UdpL4Protocol_methods(root_module, root_module['ns3::UdpL4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3418, in register_Ns3UdpL4Protocol_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/inttype.py", line 530, in __init__
raise TypeConfigurationError("direction not given")
../bindings/python/ns3_module_internet_stack.py:3418: TypeConfigurationError('direction not given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 268, in register_methods
register_Ns3Icmpv6L4Protocol_methods(root_module, root_module['ns3::Icmpv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3508, in register_Ns3Icmpv6L4Protocol_methods
[param('ns3::Ptr< ns3::NetDevice >', 'device'), param('ns3::Ptr< ns3::Ipv6Interface >', 'interface')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3508: TypeLookupError(['ns3::Ptr< ns3::Ipv6Interface >', 'ns3::Ipv6Interface *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 268, in register_methods
register_Ns3Icmpv6L4Protocol_methods(root_module, root_module['ns3::Icmpv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3512, in register_Ns3Icmpv6L4Protocol_methods
[param('ns3::Ipv6Address', 'target'), param('ns3::Ptr< ns3::Ipv6Interface >', 'interface')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3512: TypeLookupError(['ns3::Ptr< ns3::Ipv6Interface >', 'ns3::Ipv6Interface *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 268, in register_methods
register_Ns3Icmpv6L4Protocol_methods(root_module, root_module['ns3::Icmpv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3516, in register_Ns3Icmpv6L4Protocol_methods
[param('ns3::Ipv6Address', 'addr'), param('ns3::Ptr< ns3::Ipv6Interface >', 'interface')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3516: TypeLookupError(['ns3::Ptr< ns3::Ipv6Interface >', 'ns3::Ipv6Interface *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 268, in register_methods
register_Ns3Icmpv6L4Protocol_methods(root_module, root_module['ns3::Icmpv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3524, in register_Ns3Icmpv6L4Protocol_methods
[param('ns3::Ipv6Address', 'src'), param('ns3::Ipv6Address', 'dst'), param('ns3::Address *', 'hardwareAddress'), param('uint8_t', 'flags')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_internet_stack.py:3524: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 268, in register_methods
register_Ns3Icmpv6L4Protocol_methods(root_module, root_module['ns3::Icmpv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3537, in register_Ns3Icmpv6L4Protocol_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3537: TypeLookupError(['ns3::Ipv6Interface *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 268, in register_methods
register_Ns3Icmpv6L4Protocol_methods(root_module, root_module['ns3::Icmpv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3566, in register_Ns3Icmpv6L4Protocol_methods
[param('ns3::Ipv6Address', 'dst'), param('ns3::Ptr< ns3::NetDevice >', 'device'), param('ns3::Ptr< ns3::NdiscCache >', 'cache'), param('ns3::Address *', 'hardwareDestination')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_internet_stack.py:3566: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 268, in register_methods
register_Ns3Icmpv6L4Protocol_methods(root_module, root_module['ns3::Icmpv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3570, in register_Ns3Icmpv6L4Protocol_methods
[param('ns3::Ptr< ns3::Packet >', 'p'), param('ns3::Ipv6Address', 'dst'), param('ns3::Ptr< ns3::NetDevice >', 'device'), param('ns3::Ptr< ns3::NdiscCache >', 'cache'), param('ns3::Address *', 'hardwareDestination')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_internet_stack.py:3570: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 268, in register_methods
register_Ns3Icmpv6L4Protocol_methods(root_module, root_module['ns3::Icmpv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3580, in register_Ns3Icmpv6L4Protocol_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_internet_stack.py:3580: TypeLookupError(['ns3::Ptr< ns3::Ipv6Interface >', 'ns3::Ipv6Interface *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 695, in register_methods
ns3_module_internet_stack.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 268, in register_methods
register_Ns3Icmpv6L4Protocol_methods(root_module, root_module['ns3::Icmpv6L4Protocol'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_internet_stack.py", line 3612, in register_Ns3Icmpv6L4Protocol_methods
[param('ns3::Ipv6Address', 'src'), param('ns3::Ipv6Address', 'dst'), param('ns3::Address *', 'hardwareAddress'), param('uint8_t', 'flags')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_internet_stack.py:3612: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 706, in register_methods
ns3_module_list_routing.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_list_routing.py", line 92, in register_methods
register_Ns3Ipv4ListRouting_methods(root_module, root_module['ns3::Ipv4ListRouting'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_list_routing.py", line 145, in register_Ns3Ipv4ListRouting_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_list_routing.py:145: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4MulticastRoute >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 706, in register_methods
ns3_module_list_routing.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_list_routing.py", line 93, in register_methods
register_Ns3Ipv6ListRouting_methods(root_module, root_module['ns3::Ipv6ListRouting'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_list_routing.py", line 227, in register_Ns3Ipv6ListRouting_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_list_routing.py:227: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv6Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv6Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 750, in register_methods
ns3_module_static_routing.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_static_routing.py", line 104, in register_methods
register_Ns3Ipv4StaticRouting_methods(root_module, root_module['ns3::Ipv4StaticRouting'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_static_routing.py", line 464, in register_Ns3Ipv4StaticRouting_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_static_routing.py:464: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4MulticastRoute >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 750, in register_methods
ns3_module_static_routing.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_static_routing.py", line 105, in register_methods
register_Ns3Ipv6StaticRouting_methods(root_module, root_module['ns3::Ipv6StaticRouting'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_static_routing.py", line 604, in register_Ns3Ipv6StaticRouting_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_static_routing.py:604: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv6Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv6Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 761, in register_methods
ns3_module_stats.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 119, in register_methods
register_Ns3StatisticalSummary_methods(root_module, root_module['ns3::StatisticalSummary'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 178, in register_Ns3StatisticalSummary_methods
is_pure_virtual=True, is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_stats.py:178: TypeLookupError(['long int'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 761, in register_methods
ns3_module_stats.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 121, in register_methods
register_Ns3DataCollector_methods(root_module, root_module['ns3::DataCollector'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 298, in register_Ns3DataCollector_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_stats.py:298: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 761, in register_methods
ns3_module_stats.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 121, in register_methods
register_Ns3DataCollector_methods(root_module, root_module['ns3::DataCollector'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 302, in register_Ns3DataCollector_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_stats.py:302: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 761, in register_methods
ns3_module_stats.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 121, in register_methods
register_Ns3DataCollector_methods(root_module, root_module['ns3::DataCollector'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 335, in register_Ns3DataCollector_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_stats.py:335: TypeLookupError(['std::_List_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > >, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 761, in register_methods
ns3_module_stats.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 121, in register_methods
register_Ns3DataCollector_methods(root_module, root_module['ns3::DataCollector'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 339, in register_Ns3DataCollector_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_stats.py:339: TypeLookupError(['std::_List_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > >, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 761, in register_methods
ns3_module_stats.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 123, in register_methods
register_Ns3MinMaxAvgTotalCalculator__Unsigned_int_methods(root_module, root_module['ns3::MinMaxAvgTotalCalculator< unsigned int >'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_stats.py", line 391, in register_Ns3MinMaxAvgTotalCalculator__Unsigned_int_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_stats.py:391: TypeLookupError(['long int'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 783, in register_methods
ns3_module_topology_read.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_topology_read.py", line 96, in register_methods
register_Ns3TopologyReader_methods(root_module, root_module['ns3::TopologyReader'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_topology_read.py", line 123, in register_Ns3TopologyReader_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_topology_read.py:123: TypeLookupError(['std::_List_const_iterator< ns3::TopologyReader::Link >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 783, in register_methods
ns3_module_topology_read.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_topology_read.py", line 96, in register_methods
register_Ns3TopologyReader_methods(root_module, root_module['ns3::TopologyReader'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_topology_read.py", line 133, in register_Ns3TopologyReader_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_topology_read.py:133: TypeLookupError(['std::_List_const_iterator< ns3::TopologyReader::Link >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 783, in register_methods
ns3_module_topology_read.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_topology_read.py", line 97, in register_methods
register_Ns3TopologyReaderLink_methods(root_module, root_module['ns3::TopologyReader::Link'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_topology_read.py", line 158, in register_Ns3TopologyReaderLink_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_topology_read.py:158: TypeLookupError(['std::_Rb_tree_const_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > > const, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 783, in register_methods
ns3_module_topology_read.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_topology_read.py", line 97, in register_methods
register_Ns3TopologyReaderLink_methods(root_module, root_module['ns3::TopologyReader::Link'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_topology_read.py", line 162, in register_Ns3TopologyReaderLink_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_topology_read.py:162: TypeLookupError(['std::_Rb_tree_const_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > > const, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 277, in register_methods
register_Ns3BlockAckManager_methods(root_module, root_module['ns3::BlockAckManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 512, in register_Ns3BlockAckManager_methods
[param('ns3::Callback< void, ns3::Mac48Address, unsigned char, bool, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:512: TypeLookupError(['ns3::Callback< void, ns3::Mac48Address, unsigned char, bool, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 277, in register_methods
register_Ns3BlockAckManager_methods(root_module, root_module['ns3::BlockAckManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 524, in register_Ns3BlockAckManager_methods
[param('ns3::Callback< void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:524: TypeLookupError(['ns3::Callback< void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 277, in register_methods
register_Ns3BlockAckManager_methods(root_module, root_module['ns3::BlockAckManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 532, in register_Ns3BlockAckManager_methods
[param('ns3::Ptr< ns3::WifiMacQueue >', 'queue')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:532: TypeLookupError(['ns3::Ptr< ns3::WifiMacQueue >', 'ns3::WifiMacQueue *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 277, in register_methods
register_Ns3BlockAckManager_methods(root_module, root_module['ns3::BlockAckManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 536, in register_Ns3BlockAckManager_methods
[param('ns3::MacTxMiddle *', 'txMiddle')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:536: TypeLookupError(['ns3::MacTxMiddle *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 277, in register_methods
register_Ns3BlockAckManager_methods(root_module, root_module['ns3::BlockAckManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 540, in register_Ns3BlockAckManager_methods
[param('ns3::Callback< void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:540: TypeLookupError(['ns3::Callback< void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 279, in register_methods
register_Ns3DcfManager_methods(root_module, root_module['ns3::DcfManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 606, in register_Ns3DcfManager_methods
[param('ns3::DcfState *', 'dcf')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:606: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 279, in register_methods
register_Ns3DcfManager_methods(root_module, root_module['ns3::DcfManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 663, in register_Ns3DcfManager_methods
[param('ns3::DcfState *', 'state')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:663: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 281, in register_methods
register_Ns3InterferenceHelper_methods(root_module, root_module['ns3::InterferenceHelper'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 768, in register_Ns3InterferenceHelper_methods
[param('uint32_t', 'size'), param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble'), param('ns3::Time', 'duration'), param('double', 'rxPower')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:768: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 281, in register_methods
register_Ns3InterferenceHelper_methods(root_module, root_module['ns3::InterferenceHelper'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 772, in register_Ns3InterferenceHelper_methods
[param('ns3::Ptr< ns3::InterferenceHelper::Event >', 'event')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:772: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 295, in register_methods
register_Ns3WifiRemoteStation_methods(root_module, root_module['ns3::WifiRemoteStation'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 1388, in register_Ns3WifiRemoteStation_methods
cls.add_instance_attribute('m_state', 'ns3::WifiRemoteStationState *', is_const=False)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1526, in add_instance_attribute
value_type = utils.eval_retval(value_type, None)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
??:??: None / TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 310, in register_methods
register_Ns3WifiPhy_methods(root_module, root_module['ns3::WifiPhy'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 2950, in register_Ns3WifiPhy_methods
is_pure_virtual=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:2950: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 310, in register_methods
register_Ns3WifiPhy_methods(root_module, root_module['ns3::WifiPhy'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 2965, in register_Ns3WifiPhy_methods
is_pure_virtual=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:2965: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 310, in register_methods
register_Ns3WifiPhy_methods(root_module, root_module['ns3::WifiPhy'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 2970, in register_Ns3WifiPhy_methods
is_pure_virtual=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:2970: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 2990, in register_Ns3WifiRemoteStationManager_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:2990: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 2995, in register_Ns3WifiRemoteStationManager_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:2995: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3200, in register_Ns3WifiRemoteStationManager_methods
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:3200: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3205, in register_Ns3WifiRemoteStationManager_methods
is_pure_virtual=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3205: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3210, in register_Ns3WifiRemoteStationManager_methods
is_pure_virtual=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3210: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3215, in register_Ns3WifiRemoteStationManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3215: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3220, in register_Ns3WifiRemoteStationManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3220: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3225, in register_Ns3WifiRemoteStationManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3225: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3230, in register_Ns3WifiRemoteStationManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3230: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3235, in register_Ns3WifiRemoteStationManager_methods
is_pure_virtual=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3235: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3240, in register_Ns3WifiRemoteStationManager_methods
is_pure_virtual=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3240: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3245, in register_Ns3WifiRemoteStationManager_methods
is_pure_virtual=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3245: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3250, in register_Ns3WifiRemoteStationManager_methods
is_pure_virtual=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3250: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3255, in register_Ns3WifiRemoteStationManager_methods
is_pure_virtual=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3255: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3260, in register_Ns3WifiRemoteStationManager_methods
is_pure_virtual=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3260: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 311, in register_methods
register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3265, in register_Ns3WifiRemoteStationManager_methods
is_pure_virtual=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3265: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 312, in register_methods
register_Ns3YansWifiPhy_methods(root_module, root_module['ns3::YansWifiPhy'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3406, in register_Ns3YansWifiPhy_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:3406: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 312, in register_methods
register_Ns3YansWifiPhy_methods(root_module, root_module['ns3::YansWifiPhy'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3411, in register_Ns3YansWifiPhy_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:3411: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 312, in register_methods
register_Ns3YansWifiPhy_methods(root_module, root_module['ns3::YansWifiPhy'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3421, in register_Ns3YansWifiPhy_methods
is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3421: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 313, in register_methods
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3518, in register_Ns3AarfWifiManager_methods
is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:3518: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 313, in register_methods
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3523, in register_Ns3AarfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3523: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 313, in register_methods
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3528, in register_Ns3AarfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3528: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 313, in register_methods
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3533, in register_Ns3AarfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3533: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 313, in register_methods
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3538, in register_Ns3AarfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3538: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 313, in register_methods
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3543, in register_Ns3AarfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3543: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 313, in register_methods
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3548, in register_Ns3AarfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3548: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 313, in register_methods
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3553, in register_Ns3AarfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3553: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 313, in register_methods
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3558, in register_Ns3AarfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3558: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 313, in register_methods
register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3563, in register_Ns3AarfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3563: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3585, in register_Ns3AarfcdWifiManager_methods
is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:3585: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3590, in register_Ns3AarfcdWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3590: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3595, in register_Ns3AarfcdWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3595: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3600, in register_Ns3AarfcdWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3600: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3605, in register_Ns3AarfcdWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3605: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3610, in register_Ns3AarfcdWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3610: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3615, in register_Ns3AarfcdWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3615: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3620, in register_Ns3AarfcdWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3620: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3625, in register_Ns3AarfcdWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3625: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3630, in register_Ns3AarfcdWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3630: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 314, in register_methods
register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3635, in register_Ns3AarfcdWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3635: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 316, in register_methods
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3807, in register_Ns3AmrrWifiManager_methods
is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:3807: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 316, in register_methods
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3812, in register_Ns3AmrrWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3812: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 316, in register_methods
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3817, in register_Ns3AmrrWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3817: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 316, in register_methods
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3822, in register_Ns3AmrrWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3822: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 316, in register_methods
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3827, in register_Ns3AmrrWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3827: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 316, in register_methods
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3832, in register_Ns3AmrrWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3832: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 316, in register_methods
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3837, in register_Ns3AmrrWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3837: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 316, in register_methods
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3842, in register_Ns3AmrrWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3842: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 316, in register_methods
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3847, in register_Ns3AmrrWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3847: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 316, in register_methods
register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3852, in register_Ns3AmrrWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3852: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 318, in register_methods
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3938, in register_Ns3ArfWifiManager_methods
is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:3938: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 318, in register_methods
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3943, in register_Ns3ArfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3943: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 318, in register_methods
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3948, in register_Ns3ArfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3948: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 318, in register_methods
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3953, in register_Ns3ArfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3953: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 318, in register_methods
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3958, in register_Ns3ArfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3958: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 318, in register_methods
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3963, in register_Ns3ArfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3963: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 318, in register_methods
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3968, in register_Ns3ArfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3968: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 318, in register_methods
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3973, in register_Ns3ArfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3973: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 318, in register_methods
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3978, in register_Ns3ArfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3978: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 318, in register_methods
register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 3983, in register_Ns3ArfWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:3983: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4005, in register_Ns3CaraWifiManager_methods
is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:4005: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4010, in register_Ns3CaraWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4010: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4015, in register_Ns3CaraWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4015: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4020, in register_Ns3CaraWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4020: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4025, in register_Ns3CaraWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4025: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4030, in register_Ns3CaraWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4030: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4035, in register_Ns3CaraWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4035: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4040, in register_Ns3CaraWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4040: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4045, in register_Ns3CaraWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4045: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4050, in register_Ns3CaraWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4050: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 319, in register_methods
register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4055, in register_Ns3CaraWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4055: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 320, in register_methods
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4077, in register_Ns3ConstantRateWifiManager_methods
is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:4077: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 320, in register_methods
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4082, in register_Ns3ConstantRateWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4082: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 320, in register_methods
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4087, in register_Ns3ConstantRateWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4087: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 320, in register_methods
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4092, in register_Ns3ConstantRateWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4092: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 320, in register_methods
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4097, in register_Ns3ConstantRateWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4097: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 320, in register_methods
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4102, in register_Ns3ConstantRateWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4102: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 320, in register_methods
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4107, in register_Ns3ConstantRateWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4107: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 320, in register_methods
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4112, in register_Ns3ConstantRateWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4112: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 320, in register_methods
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4117, in register_Ns3ConstantRateWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4117: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 320, in register_methods
register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4122, in register_Ns3ConstantRateWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4122: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 324, in register_methods
register_Ns3EdcaTxopN_methods(root_module, root_module['ns3::EdcaTxopN'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4390, in register_Ns3EdcaTxopN_methods
[param('ns3::MacTxMiddle *', 'txMiddle')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1241, in new
param_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:4390: TypeLookupError(['ns3::MacTxMiddle *'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 324, in register_methods
register_Ns3EdcaTxopN_methods(root_module, root_module['ns3::EdcaTxopN'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4394, in register_Ns3EdcaTxopN_methods
[param('ns3::DcfManager *', 'manager')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4394: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 324, in register_methods
register_Ns3EdcaTxopN_methods(root_module, root_module['ns3::EdcaTxopN'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4573, in register_Ns3EdcaTxopN_methods
[param('ns3::WifiMacHeader *', 'hdr')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4573: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 326, in register_methods
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4655, in register_Ns3IdealWifiManager_methods
is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:4655: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 326, in register_methods
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4660, in register_Ns3IdealWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4660: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 326, in register_methods
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4665, in register_Ns3IdealWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4665: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 326, in register_methods
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4670, in register_Ns3IdealWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4670: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 326, in register_methods
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4675, in register_Ns3IdealWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4675: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 326, in register_methods
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4680, in register_Ns3IdealWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4680: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 326, in register_methods
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4685, in register_Ns3IdealWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4685: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 326, in register_methods
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4690, in register_Ns3IdealWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4690: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 326, in register_methods
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4695, in register_Ns3IdealWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4695: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 326, in register_methods
register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4700, in register_Ns3IdealWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4700: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 327, in register_methods
register_Ns3MacLow_methods(root_module, root_module['ns3::MacLow'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4786, in register_Ns3MacLow_methods
[param('ns3::AccessClass', 'ac'), param('ns3::MacLowBlockAckEventListener *', 'listener')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4786: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 327, in register_methods
register_Ns3MacLow_methods(root_module, root_module['ns3::MacLow'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4790, in register_Ns3MacLow_methods
[param('ns3::MacLowDcfListener *', 'listener')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4790: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 327, in register_methods
register_Ns3MacLow_methods(root_module, root_module['ns3::MacLow'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4842, in register_Ns3MacLow_methods
[param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr'), param('ns3::MacLowTransmissionParameters', 'parameters'), param('ns3::MacLowTransmissionListener *', 'listener')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4842: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 329, in register_methods
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4876, in register_Ns3MinstrelWifiManager_methods
is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:4876: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 329, in register_methods
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4881, in register_Ns3MinstrelWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4881: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 329, in register_methods
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4886, in register_Ns3MinstrelWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4886: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 329, in register_methods
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4891, in register_Ns3MinstrelWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4891: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 329, in register_methods
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4896, in register_Ns3MinstrelWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4896: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 329, in register_methods
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4901, in register_Ns3MinstrelWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4901: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 329, in register_methods
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4906, in register_Ns3MinstrelWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4906: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 329, in register_methods
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4911, in register_Ns3MinstrelWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4911: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 329, in register_methods
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4916, in register_Ns3MinstrelWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4916: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 329, in register_methods
register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4921, in register_Ns3MinstrelWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:4921: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 330, in register_methods
register_Ns3MsduAggregator_methods(root_module, root_module['ns3::MsduAggregator'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 4943, in register_Ns3MsduAggregator_methods
is_static=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wifi.py:4943: TypeLookupError(['std::list< std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 333, in register_methods
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5294, in register_Ns3OnoeWifiManager_methods
is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:5294: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 333, in register_methods
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5299, in register_Ns3OnoeWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5299: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 333, in register_methods
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5304, in register_Ns3OnoeWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5304: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 333, in register_methods
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5309, in register_Ns3OnoeWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5309: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 333, in register_methods
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5314, in register_Ns3OnoeWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5314: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 333, in register_methods
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5319, in register_Ns3OnoeWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5319: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 333, in register_methods
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5324, in register_Ns3OnoeWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5324: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 333, in register_methods
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5329, in register_Ns3OnoeWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5329: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 333, in register_methods
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5334, in register_Ns3OnoeWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5334: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 333, in register_methods
register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5339, in register_Ns3OnoeWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5339: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5900, in register_Ns3RraaWifiManager_methods
is_const=True, visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wifi.py:5900: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5905, in register_Ns3RraaWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5905: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5910, in register_Ns3RraaWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5910: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5915, in register_Ns3RraaWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5915: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5920, in register_Ns3RraaWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5920: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5925, in register_Ns3RraaWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5925: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5930, in register_Ns3RraaWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5930: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5935, in register_Ns3RraaWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5935: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5940, in register_Ns3RraaWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5940: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5945, in register_Ns3RraaWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5945: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 337, in register_methods
register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 5950, in register_Ns3RraaWifiManager_methods
visibility='private', is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:5950: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 816, in register_methods
ns3_module_wifi.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 346, in register_methods
register_Ns3DcaTxop_methods(root_module, root_module['ns3::DcaTxop'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wifi.py", line 6290, in register_Ns3DcaTxop_methods
[param('ns3::DcfManager *', 'manager')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wifi.py:6290: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 328, in register_methods
register_Ns3SNRToBlockErrorRateManager_methods(root_module, root_module['ns3::SNRToBlockErrorRateManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 1059, in register_Ns3SNRToBlockErrorRateManager_methods
[param('double', 'SNR'), param('uint8_t', 'modulation')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:1059: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 329, in register_methods
register_Ns3SNRToBlockErrorRateRecord_methods(root_module, root_module['ns3::SNRToBlockErrorRateRecord'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 1090, in register_Ns3SNRToBlockErrorRateRecord_methods
[])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:1090: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 330, in register_methods
register_Ns3SSRecord_methods(root_module, root_module['ns3::SSRecord'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 1149, in register_Ns3SSRecord_methods
[param('ns3::ServiceFlow *', 'serviceFlow')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wimax.py:1149: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 330, in register_methods
register_Ns3SSRecord_methods(root_module, root_module['ns3::SSRecord'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 1250, in register_Ns3SSRecord_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:1250: TypeLookupError(['std::vector< ns3::ServiceFlow * >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 332, in register_methods
register_Ns3ServiceFlow_methods(root_module, root_module['ns3::ServiceFlow'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 1486, in register_Ns3ServiceFlow_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:1486: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 332, in register_methods
register_Ns3ServiceFlow_methods(root_module, root_module['ns3::ServiceFlow'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 1666, in register_Ns3ServiceFlow_methods
[param('ns3::ServiceFlowRecord *', 'record')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 115, in __init__
parameters = [utils.eval_param(param, self) for param in parameters]
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 231, in eval_param
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1248, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 727, in __init__
raise TypeConfigurationError("Missing transfer_ownership option")
../bindings/python/ns3_module_wimax.py:1666: TypeConfigurationError('Missing transfer_ownership option',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 334, in register_methods
register_Ns3TlvValue_methods(root_module, root_module['ns3::TlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 1896, in register_Ns3TlvValue_methods
is_pure_virtual=True, is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:1896: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 335, in register_methods
register_Ns3TosTlvValue_methods(root_module, root_module['ns3::TosTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 1925, in register_Ns3TosTlvValue_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:1925: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 336, in register_methods
register_Ns3U16TlvValue_methods(root_module, root_module['ns3::U16TlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 1969, in register_Ns3U16TlvValue_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:1969: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 337, in register_methods
register_Ns3U32TlvValue_methods(root_module, root_module['ns3::U32TlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2007, in register_Ns3U32TlvValue_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:2007: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 338, in register_methods
register_Ns3U8TlvValue_methods(root_module, root_module['ns3::U8TlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2045, in register_Ns3U8TlvValue_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:2045: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 340, in register_methods
register_Ns3VectorTlvValue_methods(root_module, root_module['ns3::VectorTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2143, in register_Ns3VectorTlvValue_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2143: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Tlv * const *, std::vector< ns3::Tlv * > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 340, in register_methods
register_Ns3VectorTlvValue_methods(root_module, root_module['ns3::VectorTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2148, in register_Ns3VectorTlvValue_methods
is_pure_virtual=True, is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:2148: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 340, in register_methods
register_Ns3VectorTlvValue_methods(root_module, root_module['ns3::VectorTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2158, in register_Ns3VectorTlvValue_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2158: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Tlv * const *, std::vector< ns3::Tlv * > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 342, in register_methods
register_Ns3ClassificationRuleVectorTlvValue_methods(root_module, root_module['ns3::ClassificationRuleVectorTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2245, in register_Ns3ClassificationRuleVectorTlvValue_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:2245: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 343, in register_methods
register_Ns3CsParamVectorTlvValue_methods(root_module, root_module['ns3::CsParamVectorTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2262, in register_Ns3CsParamVectorTlvValue_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:2262: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 344, in register_methods
register_Ns3Ipv4AddressTlvValue_methods(root_module, root_module['ns3::Ipv4AddressTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2283, in register_Ns3Ipv4AddressTlvValue_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2283: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ipv4AddressTlvValue::ipv4Addr const *, std::vector< ns3::Ipv4AddressTlvValue::ipv4Addr > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 344, in register_methods
register_Ns3Ipv4AddressTlvValue_methods(root_module, root_module['ns3::Ipv4AddressTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2288, in register_Ns3Ipv4AddressTlvValue_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:2288: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 344, in register_methods
register_Ns3Ipv4AddressTlvValue_methods(root_module, root_module['ns3::Ipv4AddressTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2298, in register_Ns3Ipv4AddressTlvValue_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2298: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ipv4AddressTlvValue::ipv4Addr const *, std::vector< ns3::Ipv4AddressTlvValue::ipv4Addr > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 351, in register_methods
register_Ns3PacketBurst_methods(root_module, root_module['ns3::PacketBurst'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2580, in register_Ns3PacketBurst_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2580: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::Packet > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 351, in register_methods
register_Ns3PacketBurst_methods(root_module, root_module['ns3::PacketBurst'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2590, in register_Ns3PacketBurst_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2590: TypeLookupError(['std::_List_const_iterator< ns3::Ptr< ns3::Packet > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 351, in register_methods
register_Ns3PacketBurst_methods(root_module, root_module['ns3::PacketBurst'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2600, in register_Ns3PacketBurst_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2600: TypeLookupError(['std::list< ns3::Ptr< ns3::Packet > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 352, in register_methods
register_Ns3PortRangeTlvValue_methods(root_module, root_module['ns3::PortRangeTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2631, in register_Ns3PortRangeTlvValue_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2631: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::PortRangeTlvValue::PortRange const *, std::vector< ns3::PortRangeTlvValue::PortRange > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 352, in register_methods
register_Ns3PortRangeTlvValue_methods(root_module, root_module['ns3::PortRangeTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2636, in register_Ns3PortRangeTlvValue_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:2636: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 352, in register_methods
register_Ns3PortRangeTlvValue_methods(root_module, root_module['ns3::PortRangeTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2646, in register_Ns3PortRangeTlvValue_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2646: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::PortRangeTlvValue::PortRange const *, std::vector< ns3::PortRangeTlvValue::PortRange > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 355, in register_methods
register_Ns3ProtocolTlvValue_methods(root_module, root_module['ns3::ProtocolTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2706, in register_Ns3ProtocolTlvValue_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2706: TypeLookupError(['__gnu_cxx::__normal_iterator< unsigned char const *, std::vector< unsigned char > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 355, in register_methods
register_Ns3ProtocolTlvValue_methods(root_module, root_module['ns3::ProtocolTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2711, in register_Ns3ProtocolTlvValue_methods
is_const=True, is_virtual=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:2711: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 355, in register_methods
register_Ns3ProtocolTlvValue_methods(root_module, root_module['ns3::ProtocolTlvValue'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2721, in register_Ns3ProtocolTlvValue_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1130, in new
return_type_matcher.lookup(ctype)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1404, in lookup
raise TypeLookupError(tried_names)
../bindings/python/ns3_module_wimax.py:2721: TypeLookupError(['__gnu_cxx::__normal_iterator< unsigned char const *, std::vector< unsigned char > >'],)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 358, in register_methods
register_Ns3SSManager_methods(root_module, root_module['ns3::SSManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 2984, in register_Ns3SSManager_methods
[param('ns3::Mac48Address const &', 'macAddress')])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:2984: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 358, in register_methods
register_Ns3SSManager_methods(root_module, root_module['ns3::SSManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 3008, in register_Ns3SSManager_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:3008: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 358, in register_methods
register_Ns3SSManager_methods(root_module, root_module['ns3::SSManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 3013, in register_Ns3SSManager_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 1137, in new
return type_handler_class(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass_typehandlers.py", line 1022, in __init__
raise TypeConfigurationError("Either caller_owns_return or self.reference_existing_object must be given")
../bindings/python/ns3_module_wimax.py:3013: TypeConfigurationError('Either caller_owns_return or self.reference_existing_object must be given',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 111, in main
register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3modulegen_generated.py", line 827, in register_methods
ns3_module_wimax.register_methods(root_module)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 358, in register_methods
register_Ns3SSManager_methods(root_module, root_module['ns3::SSManager'])
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/apidefs/gcc-LP64/ns3_module_wimax.py", line 3018, in register_Ns3SSManager_methods
is_const=True)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1345, in add_method
meth = CppMethod(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 114, in __init__
return_value = utils.eval_retval(return_value, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 242, in eval_retval
TypeLookupError))
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line