[Ns-commits] Output of run-tests script: failure

tomhend@u.washington.edu tomhend at u.washington.edu
Mon Jun 8 03:01:36 PDT 2009


Mon Jun 8 02:50:01 PDT 2009

download.py success
Regression testing for machine: ns-regression
Linux 2.6.24-19-server x86_64
g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
----------------------------- 
FAILURE: waf -d debug configure;  building failed on ns-3-dev

Configure stderr: 
Checking for program g++                 : ok /usr/bin/g++ 
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 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 -Wno-error=deprecated-declarations support : yes 
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 pkg-config flags for GSL                   : 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  
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
Checking for pkg-config flags for MOBILITY_VISUALIZER   : not found 
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.10.0.640 
Checking for Python module pygccxml                     : ok  
Checking for pygccxml version                           : ok 0.9.5 
Checking for program gccxml                             : ok /usr/bin/gccxml 
Checking for gccxml version                             : ok 0.7.0 
gccxml too old, need version >= 0.9; automatic scanning of API definitions will not be possible
Checking for program sudo                               : ok /usr/bin/sudo 
Checking for program hg                                 : ok /usr/bin/hg 
Checking for program valgrind                           : ok /usr/bin/valgrind 
'configure' finished successfully (2.524s)

Build stderr: 
Waf: Entering directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build'
[413/693] cxx: src/internet-stack/nsc-tcp-socket-impl.cc -> build/debug/src/internet-stack/nsc-tcp-socket-impl_1.o
[417/693] cxx: src/devices/point-to-point/point-to-point-net-device.cc -> build/debug/src/devices/point-to-point/point-to-point-net-device_1.o
[418/693] cxx: src/devices/point-to-point/point-to-point-channel.cc -> build/debug/src/devices/point-to-point/point-to-point-channel_1.o
[419/693] cxx: src/devices/point-to-point/point-to-point-test.cc -> build/debug/src/devices/point-to-point/point-to-point-test_1.o
../src/internet-stack/nsc-tcp-socket-impl.cc: In member function 'virtual ns3::Ptr<ns3::Packet> ns3::NscTcpSocketImpl::RecvFrom(uint32_t, uint32_t, ns3::Address&)':
../src/internet-stack/nsc-tcp-socket-impl.cc:451: error: 'class ns3::Packet' has no member named 'FindFirstMatchingTag'
../src/internet-stack/nsc-tcp-socket-impl.cc: In member function 'bool ns3::NscTcpSocketImpl::ReadPendingData()':
../src/internet-stack/nsc-tcp-socket-impl.cc:603: error: 'class ns3::Packet' has no member named 'AddTag'
Waf: Leaving directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build'
Build failed
 -> task failed (err #1): 
	{task: cxx nsc-tcp-socket-impl.cc -> nsc-tcp-socket-impl_1.o}

ns3modulegen.log: 
/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)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::MprSelectorTuple >'> / TypeLookupError(['ns3::olsr::MprSelectorTuple'],)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::NeighborTuple >'> / TypeLookupError(['ns3::olsr::NeighborTuple'],)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::TwoHopNeighborTuple >'> / TypeLookupError(['ns3::olsr::TwoHopNeighborTuple'],)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::LinkTuple >'> / TypeLookupError(['ns3::olsr::LinkTuple'],)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::TopologyTuple >'> / TypeLookupError(['ns3::olsr::TopologyTuple'],)
??:??: <pybindgen.Container 'std::vector< ns3::olsr::IfaceAssocTuple >'> / TypeLookupError(['ns3::olsr::IfaceAssocTuple'],)
??:??: <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:1044: 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:331: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_core.py:436: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],)
../bindings/python/ns3_module_core.py:441: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],)
../bindings/python/ns3_module_core.py:1008: 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:1082: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_core.py:1734: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_core.py:1783: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_core.py:1788: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_core.py:2033: TypeLookupError(['unsigned int &'],)
../bindings/python/ns3_module_core.py:2061: TypeLookupError(['unsigned int &'],)
../bindings/python/ns3_module_core.py:2080: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_core.py:2085: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_simulator.py:187: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:360: TypeLookupError(['ns3::TimeUnit< - 1 > &'],)
../bindings/python/ns3_module_simulator.py:367: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:396: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:408: TypeLookupError(['ns3::TimeUnit< 0 > &'],)
../bindings/python/ns3_module_simulator.py:420: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:449: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:473: TypeLookupError(['ns3::TimeUnit< 1 > &'],)
../bindings/python/ns3_module_simulator.py:485: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:544: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:557: TypeLookupError(['ns3::TimeUnit< 2 > &'],)
../bindings/python/ns3_module_simulator.py:564: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:593: TypeConfigurationError('caller_owns_return not given',)
??:??: None / TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:783: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:788: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:793: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1068: TypeLookupError(['timeval *'],)
../bindings/python/ns3_module_simulator.py:1073: TypeLookupError(['timeval *'],)
../bindings/python/ns3_module_simulator.py:1078: TypeLookupError(['timeval *'],)
../bindings/python/ns3_module_simulator.py:1152: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1157: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1162: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1397: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1402: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1407: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1461: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1465: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_common.py:155: TypeLookupError(['uint8_t *'],)
../bindings/python/ns3_module_common.py:297: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:345: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:505: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:546: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:595: TypeLookupError(['uint8_t *'],)
??:??: None / TypeLookupError(['uint8_t [ 20 ]'],)
??:??: None / TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_common.py:883: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:915: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_common.py:939: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:269: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:280: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:285: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:289: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:294: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:444: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:509: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:824: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:842: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:867: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:952: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:960: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:970: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:983: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1035: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1040: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1106: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1111: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1133: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
../bindings/python/ns3_module_node.py:1138: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
../bindings/python/ns3_module_node.py:1984: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1988: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1996: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:2004: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:2857: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_node.py:3369: TypeLookupError(['int16_t &'],)
../bindings/python/ns3_module_contrib.py:231: TypeLookupError(['ns3::Gnuplot &'],)
../bindings/python/ns3_module_contrib.py:257: TypeLookupError(['ns3::GnuplotDataset::Data *'],)
../bindings/python/ns3_module_stats.py:225: 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:229: 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:237: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],)
../bindings/python/ns3_module_stats.py:241: TypeLookupError(['std::_List_iterator< ns3::Ptr< ns3::DataCalculator > >'],)
../bindings/python/ns3_module_internet_stack.py:126: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_internet_stack.py:297: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_internet_stack.py:357: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:361: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:392: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:397: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:546: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_internet_stack.py:658: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_internet_stack.py:682: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_internet_stack.py:722: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_internet_stack.py:737: TypeLookupError(['int16_t &'],)
../bindings/python/ns3_module_wifi.py:262: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],)
../bindings/python/ns3_module_wifi.py:266: TypeLookupError(['ns3::Ptr< ns3::InterferenceHelper::Event >', 'ns3::InterferenceHelper::Event *'],)
../bindings/python/ns3_module_wifi.py:1915: 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:1920: 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:1930: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_wifi.py:2168: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],)
../bindings/python/ns3_module_wifi.py:2173: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode > >'],)
../bindings/python/ns3_module_wifi.py:2187: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2191: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2201: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2326: 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:2331: 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:2341: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_wifi.py:2590: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2671: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2698: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2738: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],)
../bindings/python/ns3_module_wifi.py:2742: TypeLookupError(['ns3::DcfManager *'],)
../bindings/python/ns3_module_wifi.py:2817: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],)
../bindings/python/ns3_module_wifi.py:2821: TypeLookupError(['ns3::MacTxMiddle *'],)
../bindings/python/ns3_module_wifi.py:2825: TypeLookupError(['ns3::DcfManager *'],)
../bindings/python/ns3_module_wifi.py:2885: TypeLookupError(['ns3::Ptr< ns3::MacLow >', 'ns3::MacLow *'],)
../bindings/python/ns3_module_wifi.py:2973: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:2986: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_wifi.py:3112: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:3185: TypeLookupError(['std::list< std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader > >'],)
../bindings/python/ns3_module_wifi.py:3526: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:4006: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_wifi.py:4250: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_csma.py:420: TypeLookupError(['uint16_t &'],)
../bindings/python/ns3_module_global_routing.py:131: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_global_routing.py:159: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:144: TypeLookupError(['ns3::olsr::MprSelectorSet &'],)
../bindings/python/ns3_module_olsr.py:148: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:170: TypeLookupError(['ns3::olsr::NeighborSet &'],)
../bindings/python/ns3_module_olsr.py:174: TypeLookupError(['ns3::olsr::NeighborSet &'],)
../bindings/python/ns3_module_olsr.py:178: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:187: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:204: TypeLookupError(['ns3::olsr::TwoHopNeighborSet &'],)
../bindings/python/ns3_module_olsr.py:208: TypeLookupError(['ns3::olsr::TwoHopNeighborSet &'],)
../bindings/python/ns3_module_olsr.py:212: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:240: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:253: TypeLookupError(['ns3::olsr::LinkSet &'],)
../bindings/python/ns3_module_olsr.py:257: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:261: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:269: TypeLookupError(['ns3::olsr::LinkTuple &'],)
../bindings/python/ns3_module_olsr.py:274: TypeLookupError(['ns3::olsr::TopologySet &'],)
../bindings/python/ns3_module_olsr.py:278: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:282: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:299: TypeLookupError(['ns3::olsr::IfaceAssocSet &'],)
../bindings/python/ns3_module_olsr.py:303: TypeLookupError(['ns3::olsr::IfaceAssocSet &'],)
../bindings/python/ns3_module_olsr.py:307: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_olsr.py:394: TypeLookupError(['ns3::olsr::MessageHeader::Hello &'],)
../bindings/python/ns3_module_olsr.py:399: TypeLookupError(['ns3::olsr::MessageHeader::Hello &'],)
../bindings/python/ns3_module_olsr.py:403: TypeLookupError(['ns3::olsr::MessageHeader::Hna &'],)
../bindings/python/ns3_module_olsr.py:408: TypeLookupError(['ns3::olsr::MessageHeader::Hna &'],)
../bindings/python/ns3_module_olsr.py:432: TypeLookupError(['ns3::olsr::MessageHeader::Mid &'],)
../bindings/python/ns3_module_olsr.py:437: TypeLookupError(['ns3::olsr::MessageHeader::Mid &'],)
../bindings/python/ns3_module_olsr.py:451: TypeLookupError(['ns3::olsr::MessageHeader::Tc &'],)
../bindings/python/ns3_module_olsr.py:456: TypeLookupError(['ns3::olsr::MessageHeader::Tc &'],)
../bindings/python/ns3_module_olsr.py:771: TypeLookupError(['ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >'],)
../bindings/python/ns3_module_helper.py:159: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],)
../bindings/python/ns3_module_helper.py:164: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],)
../bindings/python/ns3_module_helper.py:648: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],)
../bindings/python/ns3_module_helper.py:653: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],)
../bindings/python/ns3_module_helper.py:699: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
../bindings/python/ns3_module_helper.py:704: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py:437: DeprecationWarning: add_constructor has changed API; see the API documentation
  cls.add_constructor(CustomCppConstructorWrapper(wrapper_name, constructor))
../bindings/python/ns3_module_simulator.py:1504: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_core.py:914: CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_common.py:876: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_common.py:961: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_common.py:1029: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_common.py:1105: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:1370: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:1641: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:1726: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
/tmp/ns-commits/tests/tmp/ns-3-allinone/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:2095: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2158: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2208: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2635: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2699: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:3006: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3262: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3322: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3332: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_contrib.py:371: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_point_to_point.py:88: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../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:168: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:279: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:372: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:402: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_tap_bridge.py:138: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_tap_bridge.py:198: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_tap_bridge.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_internet_stack.py:156: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:220: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:279: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:334: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:436: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:504: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_wifi.py:1138: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_wifi.py:1442: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:1494: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_wifi.py:2533: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2538: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2543: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2612: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_wifi.py:3300: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3305: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3310: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3453: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3458: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3463: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3626: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3631: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3636: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3766: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3771: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3776: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3919: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3924: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3929: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:4097: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:4152: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:4167: 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:476: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_olsr.py:724: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_olsr.py:476: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_olsr.py:724: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_core.py:355: CodeGenerationError("Class 'ns3::CallbackBase' has a protected constructor and no helper class -> cannot generate a constructor for it",)
??:??: <pybindgen.CppClass 'ns3::CallbackImplBase'> / CodeGenerationError('ns3::CallbackImplBase cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::ObjectBase'> / CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::TraceSourceAccessor'> / CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:1097: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:1038: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::AttributeAccessor'> / CodeGenerationError('ns3::AttributeAccessor cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::AttributeChecker'> / CodeGenerationError('ns3::AttributeChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::AttributeValue'> / CodeGenerationError('ns3::AttributeValue cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::BooleanChecker'> / CodeGenerationError('ns3::BooleanChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::CallbackChecker'> / CodeGenerationError('ns3::CallbackChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::ObjectFactoryChecker'> / CodeGenerationError('ns3::ObjectFactoryChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::ObjectVectorAccessor'> / CodeGenerationError('ns3::ObjectVectorAccessor cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::ObjectVectorChecker'> / CodeGenerationError('ns3::ObjectVectorChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::PointerChecker'> / CodeGenerationError('ns3::PointerChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::RandomVariableChecker'> / CodeGenerationError('ns3::RandomVariableChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::StringChecker'> / CodeGenerationError('ns3::StringChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::TypeIdChecker'> / CodeGenerationError('ns3::TypeIdChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::EventImpl'> / CodeGenerationError('ns3::EventImpl cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::TimerImpl'> / CodeGenerationError('ns3::TimerImpl cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::Scheduler'> / CodeGenerationError('ns3::Scheduler cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::SimulatorImpl'> / CodeGenerationError('ns3::SimulatorImpl cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::Synchronizer'> / CodeGenerationError('ns3::Synchronizer cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::TimeChecker'> / CodeGenerationError('ns3::TimeChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::PositionAllocator'> / CodeGenerationError('ns3::PositionAllocator cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::RectangleChecker'> / CodeGenerationError('ns3::RectangleChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::VectorChecker'> / CodeGenerationError('ns3::VectorChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::MobilityModel'> / CodeGenerationError('ns3::MobilityModel cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::Tag'> / CodeGenerationError('ns3::Tag cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::Chunk'> / CodeGenerationError('ns3::Chunk cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::DataRateChecker'> / CodeGenerationError('ns3::DataRateChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::Header'> / CodeGenerationError('ns3::Header cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::Trailer'> / CodeGenerationError('ns3::Trailer cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::ErrorModel'> / CodeGenerationError('ns3::ErrorModel cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::Ipv4AddressChecker'> / CodeGenerationError('ns3::Ipv4AddressChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:1370: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::Ipv4MaskChecker'> / CodeGenerationError('ns3::Ipv4MaskChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::Ipv6AddressChecker'> / CodeGenerationError('ns3::Ipv6AddressChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:1641: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::Ipv6PrefixChecker'> / CodeGenerationError('ns3::Ipv6PrefixChecker cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:1726: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::Mac48AddressChecker'> / CodeGenerationError('ns3::Mac48AddressChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::Queue'> / CodeGenerationError('ns3::Queue cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::Socket'> / CodeGenerationError('ns3::Socket cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_node.py:2095: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::SocketFactory'> / CodeGenerationError('ns3::SocketFactory cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_node.py:2158: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2208: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::TcpSocket'> / CodeGenerationError('ns3::TcpSocket cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::TcpSocketFactory'> / CodeGenerationError('ns3::TcpSocketFactory cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::UdpSocket'> / CodeGenerationError('ns3::UdpSocket cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::UdpSocketFactory'> / CodeGenerationError('ns3::UdpSocketFactory cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::AddressChecker'> / CodeGenerationError('ns3::AddressChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::Channel'> / CodeGenerationError('ns3::Channel cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_node.py:2635: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2699: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::Ipv4'> / CodeGenerationError('ns3::Ipv4 cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::Ipv4RawSocketFactory'> / CodeGenerationError('ns3::Ipv4RawSocketFactory cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::Ipv4RoutingProtocol'> / CodeGenerationError('ns3::Ipv4RoutingProtocol cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::Ipv4StaticRouting'> / CodeGenerationError('ns3::Ipv4StaticRouting cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::NetDevice'> / CodeGenerationError('ns3::NetDevice cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:3262: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3322: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3332: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
??:??: <pybindgen.CppClass 'ns3::Ipv4ListRouting'> / CodeGenerationError('ns3::Ipv4ListRouting cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::FileConfig'> / CodeGenerationError('ns3::FileConfig cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_contrib.py:371: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_point_to_point.py:88: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../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.',)
??:??: <pybindgen.CppClass 'ns3::DataOutputCallback'> / CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::DataCalculator'> / CodeGenerationError('ns3::DataCalculator cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::DataOutputInterface'> / CodeGenerationError('ns3::DataOutputInterface cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:279: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:372: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_stats.py:402: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3modulegen.py:150: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_tap_bridge.py:138: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_tap_bridge.py:198: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_tap_bridge.py:203: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_internet_stack.py:156: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:220: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:279: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:334: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:436: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:504: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::WifiPhyListener'> / CodeGenerationError('ns3::WifiPhyListener cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::WifiRemoteStation'> / CodeGenerationError('ns3::WifiRemoteStation cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::PropagationDelayModel'> / CodeGenerationError('ns3::PropagationDelayModel cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_wifi.py:1138: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::SsidChecker'> / CodeGenerationError('ns3::SsidChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::WifiMac'> / CodeGenerationError('ns3::WifiMac cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_wifi.py:1494: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::WifiModeChecker'> / CodeGenerationError('ns3::WifiModeChecker cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::WifiPhy'> / CodeGenerationError('ns3::WifiPhy cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::WifiRemoteStationManager'> / CodeGenerationError('ns3::WifiRemoteStationManager cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_wifi.py:2533: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2538: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2543: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:2612: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::ErrorRateModel'> / CodeGenerationError('ns3::ErrorRateModel cannot be constructed (class has pure virtual methods)',)
??:??: <pybindgen.CppClass 'ns3::MsduAggregator'> / CodeGenerationError('ns3::MsduAggregator cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_wifi.py:3300: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3305: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3310: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3453: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3458: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3463: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3626: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3631: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3636: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3766: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3771: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3776: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3919: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3924: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:3929: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
??:??: <pybindgen.CppClass 'ns3::WifiChannel'> / CodeGenerationError('ns3::WifiChannel cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_wifi.py:4097: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:4152: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_wifi.py:4167: 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.',)
??:??: <pybindgen.CppClass 'ns3::WifiMacHelper'> / CodeGenerationError('ns3::WifiMacHelper cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <pybindgen.CppClass 'ns3::WifiPhyHelper'> / 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