[Ns-commits] Output of run-tests script: failure
tomhend@u.washington.edu
tomhend at u.washington.edu
Sat Jan 10 04:22:55 PST 2009
Sat Jan 10 02:50:01 PST 2009
Regression testing for machine: ns-regression
Linux 2.6.24-19-server x86_64
g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
-----------------------------
SUCCESS: waf -d debug configure; ./waf --valgrind --regression passed on ns-3-dev
SUCCESS: waf -d optimized configure; ./waf --valgrind --regression passed on ns-3-dev
Regression testing for machine: ns-regression
Linux 2.6.24-19-server x86_64
g++-3.4 (GCC) 3.4.6 (Ubuntu 3.4.6-6ubuntu5)
-----------------------------
SUCCESS: waf -d debug configure; ./waf --regression passed on ns-3-dev
Regression testing for machine: ns-ubuntu-intrepid
Linux 2.6.27-2-generic i686
g++ (Ubuntu 4.3.2-1ubuntu11) 4.3.2
-----------------------------
SUCCESS: waf -d debug configure; ./waf --regression passed on ns-ubuntu-intrepid
SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-ubuntu-intrepid
Regression testing for machine: ns-old
Linux 2.6.20-1.2320.fc5 i686
g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51)
-----------------------------
SUCCESS: waf -d debug configure; ./waf --regression passed on ns-old
SUCCESS: waf -d optimized configure; ./waf --regression passed on ns-old
Regression testing for machine: darwin-ppc
Darwin 8.11.0 Power Macintosh
powerpc-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370)
-----------------------------
FAILURE: waf -d debug configure; building failed on darwin-ppc
Configure stderr:
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Package goocanvas was not found in the pkg-config search path.
Perhaps you should add the directory containing `goocanvas.pc'
to the PKG_CONFIG_PATH environment variable
No package 'goocanvas' found
Package gthread-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gthread-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gthread-2.0' found
Traceback (most recent call last):
File "<string>", line 3, in ?
File "/Library/Frameworks/Python.framework/Versions/2.4//lib/python2.4/distutils/sysconfig.py", line 529, in get_config_var
return get_config_vars().get(name)
File "/Library/Frameworks/Python.framework/Versions/2.4//lib/python2.4/distutils/sysconfig.py", line 488, in get_config_vars
func()
File "/Library/Frameworks/Python.framework/Versions/2.4//lib/python2.4/distutils/sysconfig.py", line 373, in _init_posix
raise DistutilsPlatformError(my_msg)
distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.4" but "10.3" during configure
Traceback (most recent call last):
File "./waf", line 127, in ?
Scripting.prepare(t, cwd, VERSION, wafdir)
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Scripting.py", line 122, in prepare
prepare_impl(t,cwd,ver,wafdir)
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Scripting.py", line 115, in prepare_impl
main()
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Scripting.py", line 129, in main
configure()
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Scripting.py", line 40, in configure
conf.sub_config('')
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Configure.py", line 82, in sub_config
ret=mod.configure(self)
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/wscript", line 231, in configure
conf.sub_config('bindings/python')
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Configure.py", line 82, in sub_config
ret=mod.configure(self)
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/bindings/python/wscript", line 131, in configure
conf.check_python_headers()
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Tools/python.py", line 108, in check_python_headers
(python_prefix,python_SO,python_SYSLIBS,python_LDFLAGS,python_SHLIBS,python_LIBDIR,python_LIBPL,INCLUDEPY,Py_ENABLE_SHARED)=_get_python_variables(python,["get_config_var('%s')"%x for x in v],['from distutils.sysconfig import get_config_var'])
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Tools/python.py", line 84, in _get_python_variables
if Logs.verbose:
NameError: global name 'Logs' is not defined
Build stderr:
Reconfiguring the project
Traceback (most recent call last):
File "./waf", line 127, in ?
Scripting.prepare(t, cwd, VERSION, wafdir)
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Scripting.py", line 122, in prepare
prepare_impl(t,cwd,ver,wafdir)
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Scripting.py", line 115, in prepare_impl
main()
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Scripting.py", line 143, in main
configure()
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Scripting.py", line 40, in configure
conf.sub_config('')
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/.waf-1.5.2-555c750a2e3354018ea9cc5c0bcb8ebf/wafadmin/Configure.py", line 82, in sub_config
ret=mod.configure(self)
File "/private/tmp/ns-commits/tests/tmp/ns-3-dev/wscript", line 193, in configure
variant_env['INCLUDEDIR'] = os.path.join(variant_env['PREFIX'], 'include')
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/posixpath.py", line 62, in join
elif path == '' or path.endswith('/'):
AttributeError: 'list' object has no attribute 'endswith'
ns3modulegen.log:
/tmp/ns-commits/tests/tmp/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:69: DeprecationWarning: Typo: set_tranformation -> set_transformation
handler.set_tranformation(self, orig_ctype)
/tmp/ns-commits/tests/tmp/ns-3-dev/bindings/python/pybindgen/pybindgen/typehandlers/base.py:1038: 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)
../bindings/python/ns3_module_core.py:309: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_core.py:409: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],)
../bindings/python/ns3_module_core.py:414: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],)
../bindings/python/ns3_module_core.py:897: TypeLookupError(['ns3::Callback< ns3::ObjectBase *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_core.py:1592: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_core.py:1641: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_core.py:1646: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_core.py:1896: TypeLookupError(['unsigned int &'],)
../bindings/python/ns3_module_core.py:1924: TypeLookupError(['unsigned int &'],)
../bindings/python/ns3_module_core.py:1943: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_core.py:1948: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_simulator.py:170: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:353: TypeLookupError(['ns3::TimeUnit< - 1 > &'],)
../bindings/python/ns3_module_simulator.py:360: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:389: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:401: TypeLookupError(['ns3::TimeUnit< 0 > &'],)
../bindings/python/ns3_module_simulator.py:413: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:442: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:466: TypeLookupError(['ns3::TimeUnit< 1 > &'],)
../bindings/python/ns3_module_simulator.py:478: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:537: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:550: TypeLookupError(['ns3::TimeUnit< 2 > &'],)
../bindings/python/ns3_module_simulator.py:557: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:586: TypeConfigurationError('caller_owns_return not given',)
??:??: None / TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:774: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:779: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:784: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1059: TypeLookupError(['timeval *'],)
../bindings/python/ns3_module_simulator.py:1064: TypeLookupError(['timeval *'],)
../bindings/python/ns3_module_simulator.py:1069: TypeLookupError(['timeval *'],)
../bindings/python/ns3_module_simulator.py:1143: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1148: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1153: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1351: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1356: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1361: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1415: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1419: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_common.py:133: TypeLookupError(['uint8_t *'],)
../bindings/python/ns3_module_common.py:275: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:323: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:376: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:412: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:461: TypeLookupError(['uint8_t *'],)
../bindings/python/ns3_module_common.py:475: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_common.py:480: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_common.py:650: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_common.py:657: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:689: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:713: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:842: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_common.py:910: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_common.py:974: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:239: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:250: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:255: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:259: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:264: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:414: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:474: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:479: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:593: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:735: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:753: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:778: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:858: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:863: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:871: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:881: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:894: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:919: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:946: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:951: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1022: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1027: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1049: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
../bindings/python/ns3_module_node.py:1054: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
../bindings/python/ns3_module_node.py:1286: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:1466: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:1551: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:1809: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1813: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1821: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1829: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1915: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:1978: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:2028: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:2427: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:2491: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_node.py:2673: TypeLookupError(['uint32_t &'],)
../bindings/python/ns3_module_node.py:2724: TypeLookupError(['ns3::Callback< void, bool, ns3::Ipv4Route const &, ns3::Ptr< ns3::Packet >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_node.py:2729: TypeLookupError(['uint32_t &'],)
../bindings/python/ns3_module_contrib.py:165: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_contrib.py:184: TypeLookupError(['ns3::Gnuplot &'],)
../bindings/python/ns3_module_contrib.py:189: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_contrib.py:210: TypeLookupError(['ns3::GnuplotDataset::Data *'],)
../bindings/python/ns3_module_contrib.py:277: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_point_to_point.py:78: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_stats.py:213: 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 > > > >'],)
../bindings/python/ns3_module_stats.py:217: 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 > > > >'],)
../bindings/python/ns3_module_stats.py:225: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],)
../bindings/python/ns3_module_stats.py:229: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],)
../bindings/python/ns3_module_internet_stack.py:119: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_internet_stack.py:149: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_internet_stack.py:213: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_internet_stack.py:272: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_internet_stack.py:290: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_internet_stack.py:327: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_internet_stack.py:350: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:354: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:385: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:390: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:429: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_internet_stack.py:497: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_internet_stack.py:631: TypeLookupError(['ns3::Ptr< ns3::Ipv4L4Protocol >', 'ns3::Ipv4L4Protocol *'],)
../bindings/python/ns3_module_internet_stack.py:636: TypeLookupError(['ns3::Ptr< ns3::Ipv4L4Protocol >', 'ns3::Ipv4L4Protocol *'],)
../bindings/python/ns3_module_internet_stack.py:640: TypeLookupError(['ns3::Ptr< ns3::Ipv4L4Protocol >', 'ns3::Ipv4L4Protocol *'],)
../bindings/python/ns3_module_internet_stack.py:680: TypeLookupError(['ns3::Callback< void, bool, ns3::Ipv4Route const &, ns3::Ptr< ns3::Packet >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_internet_stack.py:688: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_internet_stack.py:710: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_internet_stack.py:787: TypeLookupError(['uint32_t &'],)
../bindings/python/ns3_module_internet_stack.py:826: TypeLookupError(['ns3::Callback< void, bool, ns3::Ipv4Route const &, ns3::Ptr< ns3::Packet >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_internet_stack.py:831: TypeLookupError(['uint32_t &'],)
../bindings/python/ns3_module_internet_stack.py:859: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_internet_stack.py:863: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_internet_stack.py:885: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_internet_stack.py:890: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_internet_stack.py:920: TypeLookupError(['ns3::Callback< void, bool, ns3::Ipv4Route const &, ns3::Ptr< ns3::Packet >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_internet_stack.py:925: TypeLookupError(['uint32_t &'],)
../bindings/python/ns3_module_internet_stack.py:949: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:208: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],)
../bindings/python/ns3_module_wifi.py:212: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],)
../bindings/python/ns3_module_wifi.py:1410: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_wifi.py:1415: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_wifi.py:1425: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_wifi.py:1611: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],)
../bindings/python/ns3_module_wifi.py:1616: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],)
../bindings/python/ns3_module_wifi.py:1625: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:1629: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:1639: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:1764: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_wifi.py:1769: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_wifi.py:1779: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_wifi.py:2023: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2040: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2067: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2192: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2569: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2600: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2854: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_csma.py:420: TypeLookupError(['uint16_t &'],)
../bindings/python/ns3_module_global_routing.py:121: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_global_routing.py:149: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_global_routing.py:184: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_olsr.py:134: TypeLookupError(['ns3::olsr::MessageHeader::Hello &'],)
../bindings/python/ns3_module_olsr.py:139: TypeLookupError(['ns3::olsr::MessageHeader::Hello &'],)
../bindings/python/ns3_module_olsr.py:143: TypeLookupError(['ns3::olsr::MessageHeader::Hna &'],)
../bindings/python/ns3_module_olsr.py:148: TypeLookupError(['ns3::olsr::MessageHeader::Hna &'],)
../bindings/python/ns3_module_olsr.py:172: TypeLookupError(['ns3::olsr::MessageHeader::Mid &'],)
../bindings/python/ns3_module_olsr.py:177: TypeLookupError(['ns3::olsr::MessageHeader::Mid &'],)
../bindings/python/ns3_module_olsr.py:191: TypeLookupError(['ns3::olsr::MessageHeader::Tc &'],)
../bindings/python/ns3_module_olsr.py:196: TypeLookupError(['ns3::olsr::MessageHeader::Tc &'],)
../bindings/python/ns3_module_olsr.py:216: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_olsr.py:271: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_olsr.py:318: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_olsr.py:357: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_olsr.py:385: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_olsr.py:437: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_olsr.py:506: TypeLookupError(['ns3::Callback< void, bool, ns3::Ipv4Route const &, ns3::Ptr< ns3::Packet >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_olsr.py:511: TypeLookupError(['uint32_t &'],)
../bindings/python/ns3_module_helper.py:133: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],)
../bindings/python/ns3_module_helper.py:138: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],)
../bindings/python/ns3_module_helper.py:233: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:238: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:243: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:248: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:312: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:317: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:322: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:327: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:363: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:368: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:476: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:481: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:486: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:502: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],)
../bindings/python/ns3_module_helper.py:507: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],)
../bindings/python/ns3_module_helper.py:547: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
../bindings/python/ns3_module_helper.py:552: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
../bindings/python/ns3_module_helper.py:727: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:732: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:737: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:742: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:952: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:957: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:962: TypeLookupError(['std::ostream &'],)
../bindings/python/ns3_module_helper.py:967: TypeLookupError(['std::ostream &'],)
/tmp/ns-commits/tests/tmp/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:434: DeprecationWarning: add_constructor has changed API; see the API documentation
cls.add_constructor(CustomCppConstructorWrapper(wrapper_name, constructor))
../bindings/python/ns3_module_simulator.py:1458: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_core.py:798: CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',)
/tmp/ns-commits/tests/tmp/ns-3-dev/bindings/python/pybindgen/pybindgen/cppclass_typehandlers.py:944: UserWarning: Returning shared pointers is dangerous! The C++ API should be redesigned to avoid this situation.
warnings.warn("Returning shared pointers is dangerous!"
../bindings/python/ns3_module_node.py:2791: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3057: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3117: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3127: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_point_to_point.py:227: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_point_to_point.py:287: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_point_to_point.py:297: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_stats.py:156: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:267: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3modulegen.py:144: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:360: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:390: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3modulegen.py:144: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_wifi.py:1328: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:1966: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:1971: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:1976: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2343: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2348: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2353: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2496: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2501: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2506: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2701: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2756: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2771: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_csma.py:325: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_csma.py:385: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_csma.py:395: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_emu.py:132: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_emu.py:197: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_emu.py:202: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_bridge.py:155: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_bridge.py:215: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_bridge.py:220: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_olsr.py:47: CodeGenerationError('ns3::olsr::Agent cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_core.py:333: CodeGenerationError("Class 'ns3::CallbackBase' has a protected constructor and no helper class -> cannot generate a constructor for it",)
../bindings/python/ns3_module_core.py:13: CodeGenerationError('ns3::CallbackImplBase cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_core.py:49: CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_core.py:69: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:981: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:927: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:87: CodeGenerationError('ns3::AttributeAccessor cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:89: CodeGenerationError('ns3::AttributeChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:91: CodeGenerationError('ns3::AttributeValue cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:93: CodeGenerationError('ns3::BooleanChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:97: CodeGenerationError('ns3::CallbackChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:129: CodeGenerationError('ns3::ObjectFactoryChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:133: CodeGenerationError('ns3::ObjectVectorAccessor cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:135: CodeGenerationError('ns3::ObjectVectorChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:141: CodeGenerationError('ns3::PointerChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:145: CodeGenerationError('ns3::RandomVariableChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:149: CodeGenerationError('ns3::StringChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:153: CodeGenerationError('ns3::TypeIdChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_simulator.py:9: CodeGenerationError('ns3::EventImpl cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_simulator.py:29: CodeGenerationError('ns3::TimerImpl cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_simulator.py:33: CodeGenerationError('ns3::Scheduler cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_simulator.py:39: CodeGenerationError('ns3::SimulatorImpl cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_simulator.py:41: CodeGenerationError('ns3::Synchronizer cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_simulator.py:43: CodeGenerationError('ns3::TimeChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_mobility.py:15: CodeGenerationError('ns3::PositionAllocator cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_mobility.py:21: CodeGenerationError('ns3::RectangleChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_mobility.py:25: CodeGenerationError('ns3::VectorChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_mobility.py:35: CodeGenerationError('ns3::MobilityModel cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_common.py:25: CodeGenerationError('ns3::Tag cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_common.py:39: CodeGenerationError('ns3::Chunk cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_common.py:41: CodeGenerationError('ns3::DataRateChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_common.py:45: CodeGenerationError('ns3::Header cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_common.py:49: CodeGenerationError('ns3::Trailer cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_common.py:51: CodeGenerationError('ns3::ErrorModel cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_node.py:53: CodeGenerationError('ns3::Ipv4AddressChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:59: CodeGenerationError('ns3::Ipv4MaskChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:63: CodeGenerationError('ns3::Ipv6AddressChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:71: CodeGenerationError('ns3::Ipv6PrefixChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:77: CodeGenerationError('ns3::Mac48AddressChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:81: CodeGenerationError('ns3::Queue cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_node.py:83: CodeGenerationError('ns3::Socket cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_node.py:89: CodeGenerationError('ns3::SocketFactory cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_node.py:95: CodeGenerationError('ns3::TcpSocket cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_node.py:97: CodeGenerationError('ns3::TcpSocketFactory cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:99: CodeGenerationError('ns3::UdpSocket cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_node.py:101: CodeGenerationError('ns3::UdpSocketFactory cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:103: CodeGenerationError('ns3::AddressChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:109: CodeGenerationError('ns3::Channel cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_node.py:117: CodeGenerationError('ns3::Ipv4 cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:119: CodeGenerationError('ns3::Ipv4RawSocketFactory cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:121: CodeGenerationError('ns3::Ipv4RoutingProtocol cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:123: CodeGenerationError('ns3::NetDevice cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:3057: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3117: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3127: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_point_to_point.py:227: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_point_to_point.py:287: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_point_to_point.py:297: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_stats.py:7: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:9: CodeGenerationError('ns3::DataCalculator cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_stats.py:13: CodeGenerationError('ns3::DataOutputInterface cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:267: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3modulegen.py:144: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:360: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:390: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3modulegen.py:144: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_internet_stack.py:27: CodeGenerationError('ns3::Ipv4Interface cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_wifi.py:27: CodeGenerationError('ns3::WifiPhyListener cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_wifi.py:29: CodeGenerationError('ns3::WifiRemoteStation cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_wifi.py:41: CodeGenerationError('ns3::PropagationDelayModel cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_wifi.py:51: CodeGenerationError('ns3::SsidChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_wifi.py:57: CodeGenerationError('ns3::WifiMac cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_wifi.py:59: CodeGenerationError('ns3::WifiModeChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_wifi.py:63: CodeGenerationError('ns3::WifiPhy cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_wifi.py:67: CodeGenerationError('ns3::WifiRemoteStationManager cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_wifi.py:1966: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:1971: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:1976: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:83: CodeGenerationError('ns3::ErrorRateModel cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_wifi.py:2343: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2348: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2353: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2496: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2501: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2506: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:101: CodeGenerationError('ns3::WifiChannel cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_wifi.py:2701: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2756: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2771: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_csma.py:325: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_csma.py:385: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_csma.py:395: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_emu.py:132: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_emu.py:197: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_emu.py:202: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_bridge.py:155: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_bridge.py:215: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_bridge.py:220: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_helper.py:49: CodeGenerationError('ns3::WifiPhyHelper cannot be constructed (have pure virtual methods but no helper class)',)
Stopping regression tests
More information about the Ns-commits
mailing list