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

tomhend@u.washington.edu tomhend at u.washington.edu
Wed Mar 11 03:02:20 PDT 2009


Wed Mar 11 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 header stdlib.h                            : ok 
Checking for header signal.h                            : ok 
Checking for header pthread.h                           : ok 
Checking for high precision time implementation         : 128-bit integer 
Checking for header stdint.h                            : ok 
Checking for header inttypes.h                          : ok 
Checking for header sys/inttypes.h                      : not found 
Checking for library rt                                 : ok 
Checking for header netpacket/packet.h                  : ok 
Checking for header linux/if_tun.h                      : ok 
Checking for pkg-config flags for GTK_CONFIG_STORE      : ok  
Checking for 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.630 
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 
Configuration finished successfully (00:00:02); project is now ready to build.

Build stderr: 
[558/641] cxx: build/debug/bindings/python/ns3module.cc -> build/debug/bindings/python/ns3module_3.o
[559/641] cxx: bindings/python/ns3module_helpers.cc -> build/debug/bindings/python/ns3module_helpers_3.o
[560/641] cxx: build/debug/bindings/python/ns3_module_mobility.cc -> build/debug/bindings/python/ns3_module_mobility_3.o
[561/641] cxx: build/debug/bindings/python/ns3_module_point_to_point.cc -> build/debug/bindings/python/ns3_module_point_to_point_3.o
In file included from ../bindings/python/ns3module_helpers.cc:2:
debug/bindings/python/ns3module.h:2310: error: ISO C++ forbids declaration of 'StaticSpeedHelper' with no type
debug/bindings/python/ns3module.h:2310: error: invalid use of '::'
debug/bindings/python/ns3module.h:2310: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:2961: error: ISO C++ forbids declaration of 'StaticMobilityModel' with no type
debug/bindings/python/ns3module.h:2961: error: invalid use of '::'
debug/bindings/python/ns3module.h:2961: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:2969: error: expected class-name before '{' token
debug/bindings/python/ns3module.h: In constructor 'PyNs3StaticMobilityModel__PythonHelper::PyNs3StaticMobilityModel__PythonHelper()':
debug/bindings/python/ns3module.h:2973: error: expected class-name before '(' token
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticMobilityModel__PythonHelper::NotifyConstructionCompleted__parent_caller()':
debug/bindings/python/ns3module.h:2992: error: cannot call member function 'virtual void ns3::ObjectBase::NotifyConstructionCompleted()' without object
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticMobilityModel__PythonHelper::DoDispose__parent_caller()':
debug/bindings/python/ns3module.h:2996: error: cannot call member function 'virtual void ns3::Object::DoDispose()' without object
debug/bindings/python/ns3module.h: In member function 'ns3::TypeId PyNs3StaticMobilityModel__PythonHelper::GetInstanceTypeId__parent_caller()':
debug/bindings/python/ns3module.h:3000: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3module.h: In static member function 'static ns3::TypeId PyNs3StaticMobilityModel__PythonHelper::GetTypeId()':
debug/bindings/python/ns3module.h:3017: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3017: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3017: error: no matching function for call to 'ns3::TypeId::SetParent()'
debug/bindings/python/ns3module.h: At global scope:
debug/bindings/python/ns3module.h:3028: error: ISO C++ forbids declaration of 'StaticSpeedMobilityModel' with no type
debug/bindings/python/ns3module.h:3028: error: invalid use of '::'
debug/bindings/python/ns3module.h:3028: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:3036: error: expected class-name before '{' token
debug/bindings/python/ns3module.h: In constructor 'PyNs3StaticSpeedMobilityModel__PythonHelper::PyNs3StaticSpeedMobilityModel__PythonHelper()':
debug/bindings/python/ns3module.h:3040: error: expected class-name before '(' token
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticSpeedMobilityModel__PythonHelper::NotifyConstructionCompleted__parent_caller()':
debug/bindings/python/ns3module.h:3059: error: cannot call member function 'virtual void ns3::ObjectBase::NotifyConstructionCompleted()' without object
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticSpeedMobilityModel__PythonHelper::DoDispose__parent_caller()':
debug/bindings/python/ns3module.h:3063: error: cannot call member function 'virtual void ns3::Object::DoDispose()' without object
debug/bindings/python/ns3module.h: In member function 'ns3::TypeId PyNs3StaticSpeedMobilityModel__PythonHelper::GetInstanceTypeId__parent_caller()':
debug/bindings/python/ns3module.h:3067: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3module.h: In static member function 'static ns3::TypeId PyNs3StaticSpeedMobilityModel__PythonHelper::GetTypeId()':
debug/bindings/python/ns3module.h:3084: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3084: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3084: error: no matching function for call to 'ns3::TypeId::SetParent()'
In file included from debug/bindings/python/ns3module.cc:1:
debug/bindings/python/ns3module.h:2310: error: ISO C++ forbids declaration of 'StaticSpeedHelper' with no type
debug/bindings/python/ns3module.h:2310: error: invalid use of '::'
debug/bindings/python/ns3module.h:2310: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:2961: error: ISO C++ forbids declaration of 'StaticMobilityModel' with no type
debug/bindings/python/ns3module.h:2961: error: invalid use of '::'
debug/bindings/python/ns3module.h:2961: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:2969: error: expected class-name before '{' token
debug/bindings/python/ns3module.h: In constructor 'PyNs3StaticMobilityModel__PythonHelper::PyNs3StaticMobilityModel__PythonHelper()':
debug/bindings/python/ns3module.h:2973: error: expected class-name before '(' token
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticMobilityModel__PythonHelper::NotifyConstructionCompleted__parent_caller()':
debug/bindings/python/ns3module.h:2992: error: cannot call member function 'virtual void ns3::ObjectBase::NotifyConstructionCompleted()' without object
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticMobilityModel__PythonHelper::DoDispose__parent_caller()':
debug/bindings/python/ns3module.h:2996: error: cannot call member function 'virtual void ns3::Object::DoDispose()' without object
debug/bindings/python/ns3module.h: In member function 'ns3::TypeId PyNs3StaticMobilityModel__PythonHelper::GetInstanceTypeId__parent_caller()':
debug/bindings/python/ns3module.h:3000: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3module.h: In static member function 'static ns3::TypeId PyNs3StaticMobilityModel__PythonHelper::GetTypeId()':
debug/bindings/python/ns3module.h:3017: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3017: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3017: error: no matching function for call to 'ns3::TypeId::SetParent()'
debug/bindings/python/ns3module.h: At global scope:
debug/bindings/python/ns3module.h:3028: error: ISO C++ forbids declaration of 'StaticSpeedMobilityModel' with no type
debug/bindings/python/ns3module.h:3028: error: invalid use of '::'
debug/bindings/python/ns3module.h:3028: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:3036: error: expected class-name before '{' token
debug/bindings/python/ns3module.h: In constructor 'PyNs3StaticSpeedMobilityModel__PythonHelper::PyNs3StaticSpeedMobilityModel__PythonHelper()':
debug/bindings/python/ns3module.h:3040: error: expected class-name before '(' token
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticSpeedMobilityModel__PythonHelper::NotifyConstructionCompleted__parent_caller()':
debug/bindings/python/ns3module.h:3059: error: cannot call member function 'virtual void ns3::ObjectBase::NotifyConstructionCompleted()' without object
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticSpeedMobilityModel__PythonHelper::DoDispose__parent_caller()':
debug/bindings/python/ns3module.h:3063: error: cannot call member function 'virtual void ns3::Object::DoDispose()' without object
debug/bindings/python/ns3module.h: In member function 'ns3::TypeId PyNs3StaticSpeedMobilityModel__PythonHelper::GetInstanceTypeId__parent_caller()':
debug/bindings/python/ns3module.h:3067: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3module.h: In static member function 'static ns3::TypeId PyNs3StaticSpeedMobilityModel__PythonHelper::GetTypeId()':
debug/bindings/python/ns3module.h:3084: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3084: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3084: error: no matching function for call to 'ns3::TypeId::SetParent()'
In file included from debug/bindings/python/ns3_module_point_to_point.cc:1:
debug/bindings/python/ns3module.h:2310: error: ISO C++ forbids declaration of 'StaticSpeedHelper' with no type
debug/bindings/python/ns3module.h:2310: error: invalid use of '::'
debug/bindings/python/ns3module.h:2310: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:2961: error: ISO C++ forbids declaration of 'StaticMobilityModel' with no type
debug/bindings/python/ns3module.h:2961: error: invalid use of '::'
debug/bindings/python/ns3module.h:2961: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:2969: error: expected class-name before '{' token
debug/bindings/python/ns3module.h: In constructor 'PyNs3StaticMobilityModel__PythonHelper::PyNs3StaticMobilityModel__PythonHelper()':
debug/bindings/python/ns3module.h:2973: error: expected class-name before '(' token
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticMobilityModel__PythonHelper::NotifyConstructionCompleted__parent_caller()':
debug/bindings/python/ns3module.h:2992: error: cannot call member function 'virtual void ns3::ObjectBase::NotifyConstructionCompleted()' without object
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticMobilityModel__PythonHelper::DoDispose__parent_caller()':
debug/bindings/python/ns3module.h:2996: error: cannot call member function 'virtual void ns3::Object::DoDispose()' without object
debug/bindings/python/ns3module.h: In member function 'ns3::TypeId PyNs3StaticMobilityModel__PythonHelper::GetInstanceTypeId__parent_caller()':
debug/bindings/python/ns3module.h:3000: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3module.h: In static member function 'static ns3::TypeId PyNs3StaticMobilityModel__PythonHelper::GetTypeId()':
debug/bindings/python/ns3module.h:3017: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3017: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3017: error: no matching function for call to 'ns3::TypeId::SetParent()'
debug/bindings/python/ns3module.h: At global scope:
debug/bindings/python/ns3module.h:3028: error: ISO C++ forbids declaration of 'StaticSpeedMobilityModel' with no type
debug/bindings/python/ns3module.h:3028: error: invalid use of '::'
debug/bindings/python/ns3module.h:3028: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:3036: error: expected class-name before '{' token
debug/bindings/python/ns3module.h: In constructor 'PyNs3StaticSpeedMobilityModel__PythonHelper::PyNs3StaticSpeedMobilityModel__PythonHelper()':
debug/bindings/python/ns3module.h:3040: error: expected class-name before '(' token
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticSpeedMobilityModel__PythonHelper::NotifyConstructionCompleted__parent_caller()':
debug/bindings/python/ns3module.h:3059: error: cannot call member function 'virtual void ns3::ObjectBase::NotifyConstructionCompleted()' without object
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticSpeedMobilityModel__PythonHelper::DoDispose__parent_caller()':
debug/bindings/python/ns3module.h:3063: error: cannot call member function 'virtual void ns3::Object::DoDispose()' without object
debug/bindings/python/ns3module.h: In member function 'ns3::TypeId PyNs3StaticSpeedMobilityModel__PythonHelper::GetInstanceTypeId__parent_caller()':
debug/bindings/python/ns3module.h:3067: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3module.h: In static member function 'static ns3::TypeId PyNs3StaticSpeedMobilityModel__PythonHelper::GetTypeId()':
debug/bindings/python/ns3module.h:3084: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3084: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3084: error: no matching function for call to 'ns3::TypeId::SetParent()'
In file included from debug/bindings/python/ns3_module_mobility.cc:1:
debug/bindings/python/ns3module.h:2310: error: ISO C++ forbids declaration of 'StaticSpeedHelper' with no type
debug/bindings/python/ns3module.h:2310: error: invalid use of '::'
debug/bindings/python/ns3module.h:2310: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:2961: error: ISO C++ forbids declaration of 'StaticMobilityModel' with no type
debug/bindings/python/ns3module.h:2961: error: invalid use of '::'
debug/bindings/python/ns3module.h:2961: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:2969: error: expected class-name before '{' token
debug/bindings/python/ns3module.h: In constructor 'PyNs3StaticMobilityModel__PythonHelper::PyNs3StaticMobilityModel__PythonHelper()':
debug/bindings/python/ns3module.h:2973: error: expected class-name before '(' token
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticMobilityModel__PythonHelper::NotifyConstructionCompleted__parent_caller()':
debug/bindings/python/ns3module.h:2992: error: cannot call member function 'virtual void ns3::ObjectBase::NotifyConstructionCompleted()' without object
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticMobilityModel__PythonHelper::DoDispose__parent_caller()':
debug/bindings/python/ns3module.h:2996: error: cannot call member function 'virtual void ns3::Object::DoDispose()' without object
debug/bindings/python/ns3module.h: In member function 'ns3::TypeId PyNs3StaticMobilityModel__PythonHelper::GetInstanceTypeId__parent_caller()':
debug/bindings/python/ns3module.h:3000: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3module.h: In static member function 'static ns3::TypeId PyNs3StaticMobilityModel__PythonHelper::GetTypeId()':
debug/bindings/python/ns3module.h:3017: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3017: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3017: error: no matching function for call to 'ns3::TypeId::SetParent()'
debug/bindings/python/ns3module.h: At global scope:
debug/bindings/python/ns3module.h:3028: error: ISO C++ forbids declaration of 'StaticSpeedMobilityModel' with no type
debug/bindings/python/ns3module.h:3028: error: invalid use of '::'
debug/bindings/python/ns3module.h:3028: error: expected ';' before '*' token
debug/bindings/python/ns3module.h:3036: error: expected class-name before '{' token
debug/bindings/python/ns3module.h: In constructor 'PyNs3StaticSpeedMobilityModel__PythonHelper::PyNs3StaticSpeedMobilityModel__PythonHelper()':
debug/bindings/python/ns3module.h:3040: error: expected class-name before '(' token
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticSpeedMobilityModel__PythonHelper::NotifyConstructionCompleted__parent_caller()':
debug/bindings/python/ns3module.h:3059: error: cannot call member function 'virtual void ns3::ObjectBase::NotifyConstructionCompleted()' without object
debug/bindings/python/ns3module.h: In member function 'void PyNs3StaticSpeedMobilityModel__PythonHelper::DoDispose__parent_caller()':
debug/bindings/python/ns3module.h:3063: error: cannot call member function 'virtual void ns3::Object::DoDispose()' without object
debug/bindings/python/ns3module.h: In member function 'ns3::TypeId PyNs3StaticSpeedMobilityModel__PythonHelper::GetInstanceTypeId__parent_caller()':
debug/bindings/python/ns3module.h:3067: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3module.h: In static member function 'static ns3::TypeId PyNs3StaticSpeedMobilityModel__PythonHelper::GetTypeId()':
debug/bindings/python/ns3module.h:3084: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3084: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.h:3084: error: no matching function for call to 'ns3::TypeId::SetParent()'
debug/bindings/python/ns3module.cc: In function 'void init_ns3()':
debug/bindings/python/ns3module.cc:1417: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3module.cc:1418: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc: In function 'int _wrap_PyNs3StaticSpeedHelper__tp_init__0(PyNs3StaticSpeedHelper*, PyObject*, PyObject*, PyObject**)':
debug/bindings/python/ns3_module_mobility.cc:495: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:495: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:495: error: expected `;'
debug/bindings/python/ns3_module_mobility.cc: In function 'int _wrap_PyNs3StaticSpeedHelper__tp_init__1(PyNs3StaticSpeedHelper*, PyObject*, PyObject*, PyObject**)':
debug/bindings/python/ns3_module_mobility.cc:513: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:513: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:513: error: expected `;'
debug/bindings/python/ns3_module_mobility.cc: In function 'int _wrap_PyNs3StaticSpeedHelper__tp_init__2(PyNs3StaticSpeedHelper*, PyObject*, PyObject*, PyObject**)':
debug/bindings/python/ns3_module_mobility.cc:532: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:532: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:532: error: expected `;'
debug/bindings/python/ns3_module_mobility.cc: In function 'int _wrap_PyNs3StaticSpeedHelper__tp_init__3(PyNs3StaticSpeedHelper*, PyObject*, PyObject*, PyObject**)':
debug/bindings/python/ns3_module_mobility.cc:552: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:552: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:552: error: expected `;'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedHelper_Pause(PyNs3StaticSpeedHelper*)':
debug/bindings/python/ns3_module_mobility.cc:603: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedHelper_GetVelocity(PyNs3StaticSpeedHelper*)':
debug/bindings/python/ns3_module_mobility.cc:616: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedHelper_GetCurrentPosition(PyNs3StaticSpeedHelper*)':
debug/bindings/python/ns3_module_mobility.cc:631: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedHelper_Update(PyNs3StaticSpeedHelper*)':
debug/bindings/python/ns3_module_mobility.cc:645: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedHelper_UpdateWithBounds(PyNs3StaticSpeedHelper*, PyObject*, PyObject*)':
debug/bindings/python/ns3_module_mobility.cc:662: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedHelper_SetPosition(PyNs3StaticSpeedHelper*, PyObject*, PyObject*)':
debug/bindings/python/ns3_module_mobility.cc:679: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedHelper_SetVelocity(PyNs3StaticSpeedHelper*, PyObject*, PyObject*)':
debug/bindings/python/ns3_module_mobility.cc:696: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedHelper_Unpause(PyNs3StaticSpeedHelper*)':
debug/bindings/python/ns3_module_mobility.cc:708: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedHelper__copy__(PyNs3StaticSpeedHelper*)':
debug/bindings/python/ns3_module_mobility.cc:721: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:721: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:721: error: expected `;'
debug/bindings/python/ns3_module_mobility.cc:722: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'void _wrap_PyNs3StaticSpeedHelper__tp_dealloc(PyNs3StaticSpeedHelper*)':
debug/bindings/python/ns3_module_mobility.cc:743: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:748: error: 'StaticSpeedHelper' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:748: error: 'tmp' was not declared in this scope
debug/bindings/python/ns3_module_mobility.cc:748: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:749: error: 'struct PyNs3StaticSpeedHelper' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:750: error: type '<type error>' argument given to 'delete', expected pointer
debug/bindings/python/ns3_module_mobility.cc: In static member function 'static PyObject* PyNs3StaticMobilityModel__PythonHelper::_wrap_NotifyConstructionCompleted(PyNs3StaticMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:6584: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In static member function 'static PyObject* PyNs3StaticMobilityModel__PythonHelper::_wrap_DoDispose(PyNs3StaticMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:6595: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In static member function 'static PyObject* PyNs3StaticMobilityModel__PythonHelper::_wrap_GetInstanceTypeId(PyNs3StaticMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:6607: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual ns3::Vector PyNs3StaticMobilityModel__PythonHelper::DoGetPosition() const':
debug/bindings/python/ns3_module_mobility.cc:6619: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6619: error: 'self_obj_before' was not declared in this scope
debug/bindings/python/ns3_module_mobility.cc:6629: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6630: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6630: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:6630: error: expected `>'
debug/bindings/python/ns3_module_mobility.cc:6630: error: expected `('
debug/bindings/python/ns3_module_mobility.cc:6630: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6630: error: expected primary-expression before '>' token
debug/bindings/python/ns3_module_mobility.cc:6630: error: ISO C++ forbids declaration of 'type name' with no type
debug/bindings/python/ns3_module_mobility.cc:6630: error: ISO C++ forbids declaration of 'type name' with no type
debug/bindings/python/ns3_module_mobility.cc:6630: error: expected primary-expression before 'const'
debug/bindings/python/ns3_module_mobility.cc:6630: error: expected `)' before 'const'
debug/bindings/python/ns3_module_mobility.cc:6630: error: expected `)' before ';' token
debug/bindings/python/ns3_module_mobility.cc:6630: error: expected `)' before ';' token
debug/bindings/python/ns3_module_mobility.cc:6634: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6643: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6650: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual void PyNs3StaticMobilityModel__PythonHelper::DoSetPosition(const ns3::Vector&)':
debug/bindings/python/ns3_module_mobility.cc:6660: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6660: error: 'self_obj_before' was not declared in this scope
debug/bindings/python/ns3_module_mobility.cc:6670: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6671: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6671: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6671: error: expected primary-expression before ')' token
debug/bindings/python/ns3_module_mobility.cc:6671: error: expected `;' before 'this'
debug/bindings/python/ns3_module_mobility.cc:6678: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6686: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6692: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual ns3::Vector PyNs3StaticMobilityModel__PythonHelper::DoGetVelocity() const':
debug/bindings/python/ns3_module_mobility.cc:6702: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6702: error: 'self_obj_before' was not declared in this scope
debug/bindings/python/ns3_module_mobility.cc:6712: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6713: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6713: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:6713: error: expected `>'
debug/bindings/python/ns3_module_mobility.cc:6713: error: expected `('
debug/bindings/python/ns3_module_mobility.cc:6713: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6713: error: expected primary-expression before '>' token
debug/bindings/python/ns3_module_mobility.cc:6713: error: ISO C++ forbids declaration of 'type name' with no type
debug/bindings/python/ns3_module_mobility.cc:6713: error: ISO C++ forbids declaration of 'type name' with no type
debug/bindings/python/ns3_module_mobility.cc:6713: error: expected primary-expression before 'const'
debug/bindings/python/ns3_module_mobility.cc:6713: error: expected `)' before 'const'
debug/bindings/python/ns3_module_mobility.cc:6713: error: expected `)' before ';' token
debug/bindings/python/ns3_module_mobility.cc:6713: error: expected `)' before ';' token
debug/bindings/python/ns3_module_mobility.cc:6717: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6726: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6733: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual ns3::TypeId PyNs3StaticMobilityModel__PythonHelper::GetInstanceTypeId() const':
debug/bindings/python/ns3_module_mobility.cc:6751: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3_module_mobility.cc:6761: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3_module_mobility.cc:6770: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual void PyNs3StaticMobilityModel__PythonHelper::DoDispose()':
debug/bindings/python/ns3_module_mobility.cc:6789: error: cannot call member function 'virtual void ns3::Object::DoDispose()' without object
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual void PyNs3StaticMobilityModel__PythonHelper::NotifyConstructionCompleted()':
debug/bindings/python/ns3_module_mobility.cc:6828: error: cannot call member function 'virtual void ns3::ObjectBase::NotifyConstructionCompleted()' without object
debug/bindings/python/ns3_module_mobility.cc: In function 'int _wrap_create_object_Ns3StaticMobilityModel(PyNs3StaticMobilityModel*, PyObject*, PyObject*, PyObject**)':
debug/bindings/python/ns3_module_mobility.cc:6875: error: 'ns3::StaticMobilityModel' has not been declared
debug/bindings/python/ns3_module_mobility.cc:6888: error: 'class PyNs3StaticMobilityModel__PythonHelper' has no member named 'Ref'
debug/bindings/python/ns3_module_mobility.cc:6889: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6891: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6891: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6891: error: template argument 1 is invalid
debug/bindings/python/ns3_module_mobility.cc:6891: error: invalid type in declaration before '=' token
debug/bindings/python/ns3_module_mobility.cc:6891: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6891: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6891: error: no matching function for call to 'CreateObject(ns3::AttributeList&)'
debug/bindings/python/ns3_module_mobility.cc:6892: error: base operand of '->' is not a pointer
debug/bindings/python/ns3_module_mobility.cc:6893: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6893: error: no matching function for call to 'PeekPointer(int&)'
debug/bindings/python/ns3_module_mobility.cc:6896: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticMobilityModel_GetTypeId()':
debug/bindings/python/ns3_module_mobility.cc:6925: error: 'ns3::StaticMobilityModel' has not been declared
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticMobilityModel__copy__(PyNs3StaticMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:6940: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6940: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:6940: error: expected `;'
debug/bindings/python/ns3_module_mobility.cc:6942: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'void PyNs3StaticMobilityModel__tp_clear(PyNs3StaticMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:6959: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6960: error: 'StaticMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:6960: error: 'tmp' was not declared in this scope
debug/bindings/python/ns3_module_mobility.cc:6960: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6961: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'int PyNs3StaticMobilityModel__tp_traverse(PyNs3StaticMobilityModel*, int (*)(PyObject*, void*), void*)':
debug/bindings/python/ns3_module_mobility.cc:6972: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6972: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:6972: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'void _wrap_PyNs3StaticMobilityModel__tp_dealloc(PyNs3StaticMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:6983: error: 'struct PyNs3StaticMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In static member function 'static PyObject* PyNs3StaticSpeedMobilityModel__PythonHelper::_wrap_NotifyConstructionCompleted(PyNs3StaticSpeedMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:7084: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In static member function 'static PyObject* PyNs3StaticSpeedMobilityModel__PythonHelper::_wrap_DoDispose(PyNs3StaticSpeedMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:7095: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In static member function 'static PyObject* PyNs3StaticSpeedMobilityModel__PythonHelper::_wrap_GetInstanceTypeId(PyNs3StaticSpeedMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:7107: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual ns3::Vector PyNs3StaticSpeedMobilityModel__PythonHelper::DoGetPosition() const':
debug/bindings/python/ns3_module_mobility.cc:7119: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7119: error: 'self_obj_before' was not declared in this scope
debug/bindings/python/ns3_module_mobility.cc:7129: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7130: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7130: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:7130: error: expected `>'
debug/bindings/python/ns3_module_mobility.cc:7130: error: expected `('
debug/bindings/python/ns3_module_mobility.cc:7130: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7130: error: expected primary-expression before '>' token
debug/bindings/python/ns3_module_mobility.cc:7130: error: ISO C++ forbids declaration of 'type name' with no type
debug/bindings/python/ns3_module_mobility.cc:7130: error: ISO C++ forbids declaration of 'type name' with no type
debug/bindings/python/ns3_module_mobility.cc:7130: error: expected primary-expression before 'const'
debug/bindings/python/ns3_module_mobility.cc:7130: error: expected `)' before 'const'
debug/bindings/python/ns3_module_mobility.cc:7130: error: expected `)' before ';' token
debug/bindings/python/ns3_module_mobility.cc:7130: error: expected `)' before ';' token
debug/bindings/python/ns3_module_mobility.cc:7134: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7143: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7150: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual void PyNs3StaticSpeedMobilityModel__PythonHelper::DoSetPosition(const ns3::Vector&)':
debug/bindings/python/ns3_module_mobility.cc:7160: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7160: error: 'self_obj_before' was not declared in this scope
debug/bindings/python/ns3_module_mobility.cc:7170: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7171: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7171: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7171: error: expected primary-expression before ')' token
debug/bindings/python/ns3_module_mobility.cc:7171: error: expected `;' before 'this'
debug/bindings/python/ns3_module_mobility.cc:7178: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7186: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7192: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual ns3::Vector PyNs3StaticSpeedMobilityModel__PythonHelper::DoGetVelocity() const':
debug/bindings/python/ns3_module_mobility.cc:7202: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7202: error: 'self_obj_before' was not declared in this scope
debug/bindings/python/ns3_module_mobility.cc:7212: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7213: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7213: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:7213: error: expected `>'
debug/bindings/python/ns3_module_mobility.cc:7213: error: expected `('
debug/bindings/python/ns3_module_mobility.cc:7213: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7213: error: expected primary-expression before '>' token
debug/bindings/python/ns3_module_mobility.cc:7213: error: ISO C++ forbids declaration of 'type name' with no type
debug/bindings/python/ns3_module_mobility.cc:7213: error: ISO C++ forbids declaration of 'type name' with no type
debug/bindings/python/ns3_module_mobility.cc:7213: error: expected primary-expression before 'const'
debug/bindings/python/ns3_module_mobility.cc:7213: error: expected `)' before 'const'
debug/bindings/python/ns3_module_mobility.cc:7213: error: expected `)' before ';' token
debug/bindings/python/ns3_module_mobility.cc:7213: error: expected `)' before ';' token
debug/bindings/python/ns3_module_mobility.cc:7217: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7226: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7233: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual ns3::TypeId PyNs3StaticSpeedMobilityModel__PythonHelper::GetInstanceTypeId() const':
debug/bindings/python/ns3_module_mobility.cc:7251: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3_module_mobility.cc:7261: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3_module_mobility.cc:7270: error: cannot call member function 'virtual ns3::TypeId ns3::Object::GetInstanceTypeId() const' without object
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual void PyNs3StaticSpeedMobilityModel__PythonHelper::DoDispose()':
debug/bindings/python/ns3_module_mobility.cc:7289: error: cannot call member function 'virtual void ns3::Object::DoDispose()' without object
debug/bindings/python/ns3_module_mobility.cc: In member function 'virtual void PyNs3StaticSpeedMobilityModel__PythonHelper::NotifyConstructionCompleted()':
debug/bindings/python/ns3_module_mobility.cc:7328: error: cannot call member function 'virtual void ns3::ObjectBase::NotifyConstructionCompleted()' without object
debug/bindings/python/ns3_module_mobility.cc: In function 'int _wrap_create_object_Ns3StaticSpeedMobilityModel(PyNs3StaticSpeedMobilityModel*, PyObject*, PyObject*, PyObject**)':
debug/bindings/python/ns3_module_mobility.cc:7375: error: 'ns3::StaticSpeedMobilityModel' has not been declared
debug/bindings/python/ns3_module_mobility.cc:7388: error: 'class PyNs3StaticSpeedMobilityModel__PythonHelper' has no member named 'Ref'
debug/bindings/python/ns3_module_mobility.cc:7389: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7391: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7391: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7391: error: template argument 1 is invalid
debug/bindings/python/ns3_module_mobility.cc:7391: error: invalid type in declaration before '=' token
debug/bindings/python/ns3_module_mobility.cc:7391: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7391: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7391: error: no matching function for call to 'CreateObject(ns3::AttributeList&)'
debug/bindings/python/ns3_module_mobility.cc:7392: error: base operand of '->' is not a pointer
debug/bindings/python/ns3_module_mobility.cc:7393: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7393: error: no matching function for call to 'PeekPointer(int&)'
debug/bindings/python/ns3_module_mobility.cc:7396: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedMobilityModel_GetTypeId()':
debug/bindings/python/ns3_module_mobility.cc:7425: error: 'ns3::StaticSpeedMobilityModel' has not been declared
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedMobilityModel_SetVelocity(PyNs3StaticSpeedMobilityModel*, PyObject*, PyObject*)':
debug/bindings/python/ns3_module_mobility.cc:7444: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'PyObject* _wrap_PyNs3StaticSpeedMobilityModel__copy__(PyNs3StaticSpeedMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:7457: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7457: error: expected type-specifier
debug/bindings/python/ns3_module_mobility.cc:7457: error: expected `;'
debug/bindings/python/ns3_module_mobility.cc:7459: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'void PyNs3StaticSpeedMobilityModel__tp_clear(PyNs3StaticSpeedMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:7477: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7478: error: 'StaticSpeedMobilityModel' is not a member of 'ns3'
debug/bindings/python/ns3_module_mobility.cc:7478: error: 'tmp' was not declared in this scope
debug/bindings/python/ns3_module_mobility.cc:7478: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7479: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'int PyNs3StaticSpeedMobilityModel__tp_traverse(PyNs3StaticSpeedMobilityModel*, int (*)(PyObject*, void*), void*)':
debug/bindings/python/ns3_module_mobility.cc:7490: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7490: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc:7490: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/bindings/python/ns3_module_mobility.cc: In function 'void _wrap_PyNs3StaticSpeedMobilityModel__tp_dealloc(PyNs3StaticSpeedMobilityModel*)':
debug/bindings/python/ns3_module_mobility.cc:7501: error: 'struct PyNs3StaticSpeedMobilityModel' has no member named 'obj'
debug/ns3/ptr.h: In destructor 'ns3::Ptr<T>::~Ptr() [with T = PyNs3StaticMobilityModel__PythonHelper]':
debug/bindings/python/ns3_module_mobility.cc:6887:   instantiated from here
debug/ns3/ptr.h:432: error: 'class PyNs3StaticMobilityModel__PythonHelper' has no member named 'Unref'
debug/ns3/ptr.h: In destructor 'ns3::Ptr<T>::~Ptr() [with T = PyNs3StaticSpeedMobilityModel__PythonHelper]':
debug/bindings/python/ns3_module_mobility.cc:7387:   instantiated from here
debug/ns3/ptr.h:432: error: 'class PyNs3StaticSpeedMobilityModel__PythonHelper' has no member named 'Unref'
debug/ns3/ptr.h: In constructor 'ns3::Ptr<T>::Ptr(const ns3::Ptr<U>&) [with U = PyNs3StaticMobilityModel__PythonHelper, T = ns3::Object]':
debug/bindings/python/ns3module.h:14100:   instantiated from 'ns3::Ptr<T> ns3::CreateObjectPython(PyObject*, const ns3::AttributeList&) [with T = PyNs3StaticMobilityModel__PythonHelper]'
debug/bindings/python/ns3_module_mobility.cc:6887:   instantiated from here
debug/ns3/ptr.h:422: error: cannot convert 'PyNs3StaticMobilityModel__PythonHelper*' to 'ns3::Object*' in initialization
debug/ns3/ptr.h: In member function 'void ns3::Ptr<T>::Acquire() const [with T = PyNs3StaticMobilityModel__PythonHelper]':
debug/ns3/ptr.h:417:   instantiated from 'ns3::Ptr<T>::Ptr(const ns3::Ptr<T>&) [with T = PyNs3StaticMobilityModel__PythonHelper]'
debug/bindings/python/ns3_module_mobility.cc:6887:   instantiated from here
debug/ns3/ptr.h:387: error: 'class PyNs3StaticMobilityModel__PythonHelper' has no member named 'Ref'
debug/ns3/ptr.h: In constructor 'ns3::Ptr<T>::Ptr(const ns3::Ptr<U>&) [with U = PyNs3StaticSpeedMobilityModel__PythonHelper, T = ns3::Object]':
debug/bindings/python/ns3module.h:14100:   instantiated from 'ns3::Ptr<T> ns3::CreateObjectPython(PyObject*, const ns3::AttributeList&) [with T = PyNs3StaticSpeedMobilityModel__PythonHelper]'
debug/bindings/python/ns3_module_mobility.cc:7387:   instantiated from here
debug/ns3/ptr.h:422: error: cannot convert 'PyNs3StaticSpeedMobilityModel__PythonHelper*' to 'ns3::Object*' in initialization
debug/ns3/ptr.h: In member function 'void ns3::Ptr<T>::Acquire() const [with T = PyNs3StaticSpeedMobilityModel__PythonHelper]':
debug/ns3/ptr.h:417:   instantiated from 'ns3::Ptr<T>::Ptr(const ns3::Ptr<T>&) [with T = PyNs3StaticSpeedMobilityModel__PythonHelper]'
debug/bindings/python/ns3_module_mobility.cc:7387:   instantiated from here
debug/ns3/ptr.h:387: error: 'class PyNs3StaticSpeedMobilityModel__PythonHelper' has no member named 'Ref'
Build failed
 -> task failed (err #1): 
	{task: cxx ns3module_helpers.cc -> ns3module_helpers_3.o}
 -> task failed (err #1): 
	{task: cxx ns3module.cc -> ns3module_3.o}
 -> task failed (err #1): 
	{task: cxx ns3_module_point_to_point.cc -> ns3_module_point_to_point_3.o}
 -> task failed (err #1): 
	{task: cxx ns3_module_mobility.cc -> ns3_module_mobility_3.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)
/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py:1036: 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:315: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_core.py:420: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],)
../bindings/python/ns3_module_core.py:425: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >'],)
../bindings/python/ns3_module_core.py:992: 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:1666: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_core.py:1715: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_core.py:1720: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_core.py:1965: TypeLookupError(['unsigned int &'],)
../bindings/python/ns3_module_core.py:1993: TypeLookupError(['unsigned int &'],)
../bindings/python/ns3_module_core.py:2012: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_core.py:2017: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >'],)
../bindings/python/ns3_module_simulator.py:173: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:351: TypeLookupError(['ns3::TimeUnit< - 1 > &'],)
../bindings/python/ns3_module_simulator.py:358: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:387: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:399: TypeLookupError(['ns3::TimeUnit< 0 > &'],)
../bindings/python/ns3_module_simulator.py:411: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:440: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:464: TypeLookupError(['ns3::TimeUnit< 1 > &'],)
../bindings/python/ns3_module_simulator.py:476: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:535: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_simulator.py:548: TypeLookupError(['ns3::TimeUnit< 2 > &'],)
../bindings/python/ns3_module_simulator.py:555: TypeLookupError(['ns3::HighPrecision &'],)
../bindings/python/ns3_module_simulator.py:584: 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:1388: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1393: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1398: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1452: TypeConfigurationError('transfer_ownership parameter missing',)
../bindings/python/ns3_module_simulator.py:1456: 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: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_node.py:241: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:252: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:257: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:261: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:266: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:416: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:481: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:737: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:755: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:780: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:865: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:873: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:883: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:896: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:948: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:953: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1024: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1029: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1051: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
../bindings/python/ns3_module_node.py:1056: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
../bindings/python/ns3_module_node.py:1811: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1815: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1823: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:1831: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_node.py:2683: TypeLookupError(['uint32_t &'],)
../bindings/python/ns3_module_node.py:2734: 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:2739: TypeLookupError(['uint32_t &'],)
../bindings/python/ns3_module_contrib.py:184: TypeLookupError(['ns3::Gnuplot &'],)
../bindings/python/ns3_module_contrib.py:210: TypeLookupError(['ns3::GnuplotDataset::Data *'],)
../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:110: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_internet_stack.py:281: TypeConfigurationError('direction not given',)
../bindings/python/ns3_module_internet_stack.py:341: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:345: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:376: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:381: TypeLookupError(['SequenceNumber'],)
../bindings/python/ns3_module_internet_stack.py:525: 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:530: TypeLookupError(['uint32_t &'],)
../bindings/python/ns3_module_internet_stack.py:554: 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_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: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:138: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],)
../bindings/python/ns3_module_helper.py:143: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >'],)
../bindings/python/ns3_module_helper.py:569: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],)
../bindings/python/ns3_module_helper.py:574: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >'],)
../bindings/python/ns3_module_helper.py:620: TypeLookupError(['__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >'],)
../bindings/python/ns3_module_helper.py:625: 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:1495: TypeConfigurationError('caller_owns_return not given',)
../bindings/python/ns3_module_core.py:898: CodeGenerationError('ns3::ObjectBase cannot be constructed (class has pure virtual methods)',)
/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_common.py:650: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_common.py:842: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_common.py:910: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_common.py:974: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:1288: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:1468: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:1553: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:1917: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:1980: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2030: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2437: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2501: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2801: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_node.py:3067: 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_node.py:3137: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_contrib.py:277: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_point_to_point.py:78: 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: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:149: 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:149: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_tap_bridge.py:128: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_tap_bridge.py:188: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_tap_bridge.py:193: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_internet_stack.py:140: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:204: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:263: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:318: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:420: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:488: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../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:216: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_olsr.py:437: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::olsr::Agent'> / CodeGenerationError('ns3::olsr::Agent cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_olsr.py:216: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_olsr.py:437: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_core.py:339: 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:1076: CodeGenerationError('ns3::TraceSourceAccessor cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_core.py:1022: 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:1288: 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:1468: 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:1553: 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:1917: 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:1980: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2030: 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:2437: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_node.py:2501: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
??:??: <pybindgen.CppClass 'ns3::Ipv4'> / CodeGenerationError('ns3::Ipv4 cannot be constructed (have pure virtual methods but no helper class)',)
??:??: <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::NetDevice'> / CodeGenerationError('ns3::NetDevice cannot be constructed (have pure virtual methods but no helper class)',)
../bindings/python/ns3_module_node.py:3067: 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_node.py:3137: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_contrib.py:277: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_point_to_point.py:78: 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:267: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3modulegen.py:149: 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:149: CodeGenerationError('ns3::DataOutputCallback cannot be constructed (class has pure virtual methods)',)
../bindings/python/ns3_module_tap_bridge.py:128: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_tap_bridge.py:188: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_tap_bridge.py:193: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
../bindings/python/ns3_module_internet_stack.py:140: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:204: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:263: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:318: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:420: CodeGenerationError('::std::ostream cannot be constructed (abstract base class)',)
../bindings/python/ns3_module_internet_stack.py:488: 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)',)
??:??: <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)',)
??:??: <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: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.',)
??:??: <pybindgen.CppClass 'ns3::ErrorRateModel'> / 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.',)
??:??: <pybindgen.CppClass 'ns3::WifiChannel'> / 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.',)
??:??: <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