[Ns-commits] Output of run-tests script: failure
tomhend@u.washington.edu
tomhend at u.washington.edu
Sat Oct 23 02:04:43 PDT 2010
Sat Oct 23 01:50:22 PDT 2010
Buildbot FAILURE: at least one buildbot failing
download.py success
Testing ns-3-dev from ns-3-dev at changeset: 6631:2fd8e12e635d
Regression testing for machine: ns-regression
Ubuntu 8.04.4 LTS \n \l
Linux 2.6.24-19-server x86_64
g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
-----------------------------
FAILURE: waf -d debug configure; building failed on ns-3-dev
Configure stderr:
Checking for program gcc or cc : /usr/bin/gcc
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for gcc : ok
Checking for program g++ or c++ : /usr/bin/g++
Checking for g++ : ok
Checking for program pkg-config : /usr/bin/pkg-config
Checking for -Wl,--soname=foo support : yes
Checking for header stdlib.h : yes
Checking for header signal.h : yes
Checking for header pthread.h : yes
Checking for type uint128_t : not found
Checking for type __uint128_t : yes
Checking for high precision time implementation : 128-bit integer
Checking for header stdint.h : yes
Checking for header inttypes.h : yes
Checking for header sys/inttypes.h : not found
Checking for library rt : yes
Checking for header netpacket/packet.h : yes
Checking for header linux/if_tun.h : yes
Checking for pkg-config flags for GTK_CONFIG_STORE : ok
Checking for pkg-config flags for LIBXML2 : ok
Checking for library sqlite3 : yes
Checking for NSC location : ok ../nsc (given)
Checking for library dl : yes
Checking for NSC supported architecture x86_64 : ok
Checking for header sys/socket.h : yes
Checking for header netinet/in.h : yes
Checking for program python : /usr/bin/python
Checking for Python version >= 2.3 : ok 2.5.2
Checking for library python2.5 : yes
Checking for program python2.5-config : /usr/bin/python2.5-config
Checking for header Python.h : yes
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.15.0
Checking for types uint64_t and unsigned long equivalency : yes
Checking for types uint64_t and unsigned long long equivalency : no
Checking for the apidefs that can be used for Python bindings : gcc-LP64
Checking for Python module pygccxml : ok
Checking for pygccxml version : ok 1.0.0
Checking for program gccxml : /usr/local/bin/gccxml
Checking for gccxml version : ok 0.9.0
Checking for program mpic++ : /usr/bin/mpic++
Checking for program sudo : /usr/bin/sudo
Checking for program valgrind : /usr/local/bin/valgrind
Checking for pkg-config flags for GSL : ok
Checking for -Wno-error=deprecated-declarations support : yes
Checking for -Wno-error=deprecated-declarations support : yes
Checking for -fstrict-aliasing support : yes
Checking for -fstrict-aliasing support : yes
Checking for -Wstrict-aliasing support : yes
Checking for -Wstrict-aliasing support : yes
'configure' finished successfully (3.832s)
Build stderr:
Waf: Entering directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build'
[1126/1364] cxx: examples/routing/simple-global-routing.cc -> build/debug/examples/routing/simple-global-routing_5.o
[1130/1364] cxx: examples/routing/olsr-hna.cc -> build/debug/examples/routing/olsr-hna_9.o
[1131/1364] cxx: examples/routing/nix-simple.cc -> build/debug/examples/routing/nix-simple_10.o
[1132/1364] cxx: examples/routing/nms-p2p-nix.cc -> build/debug/examples/routing/nms-p2p-nix_11.o
../examples/routing/simple-global-routing.cc: In function 'int main(int, char**)':
../examples/routing/simple-global-routing.cc:150: error: 'FlowMonitor' was not declared in this scope
../examples/routing/simple-global-routing.cc:150: error: template argument 1 is invalid
../examples/routing/simple-global-routing.cc:150: error: invalid type in declaration before ';' token
../examples/routing/simple-global-routing.cc:153: error: 'FlowMonitorHelper' was not declared in this scope
../examples/routing/simple-global-routing.cc:153: error: expected `;' before 'flowmonHelper'
../examples/routing/simple-global-routing.cc:154: error: 'flowmonHelper' was not declared in this scope
../examples/routing/simple-global-routing.cc:164: error: base operand of '->' is not a pointer
Waf: Leaving directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build'
Build failed: -> task failed (err #1):
{task: cxx simple-global-routing.cc -> simple-global-routing_5.o}
ns3modulegen.log:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1996, in _generate_copy_method
construct_name = self.get_construct_name()
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 995, in get_construct_name
raise CodeGenerationError("%s cannot be constructed (class has pure virtual methods)" % self.full_name)
??:??: <pybindgen.CppClass 'ns3::UanPropModel'> / CodeGenerationError('ns3::UanPropModel cannot be constructed (class has pure virtual methods)',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 162, in main
root_module.generate(out, '_ns3')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 885, in generate
self.do_generate(sink_manager, module_file_base_name)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 752, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1725, in generate
self._generate_methods(code_sink, parent_caller_methods)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 2127, in _generate_methods
copy_wrapper_name = utils.call_with_error_handling(self._generate_copy_method, (code_sink,), {}, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1996, in _generate_copy_method
construct_name = self.get_construct_name()
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 993, in get_construct_name
raise CodeGenerationError("%s cannot be constructed (%s)" % (self.full_name, self.cannot_be_constructed))
??:??: <pybindgen.CppClass 'ns3::UanTransducer'> / CodeGenerationError('ns3::UanTransducer cannot be constructed (have pure virtual methods but no helper class)',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 162, in main
root_module.generate(out, '_ns3')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 885, in generate
self.do_generate(sink_manager, module_file_base_name)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 752, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1725, in generate
self._generate_methods(code_sink, parent_caller_methods)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 2127, in _generate_methods
copy_wrapper_name = utils.call_with_error_handling(self._generate_copy_method, (code_sink,), {}, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1996, in _generate_copy_method
construct_name = self.get_construct_name()
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 995, in get_construct_name
raise CodeGenerationError("%s cannot be constructed (class has pure virtual methods)" % self.full_name)
??:??: <pybindgen.CppClass 'ns3::DeviceEnergyModel'> / CodeGenerationError('ns3::DeviceEnergyModel cannot be constructed (class has pure virtual methods)',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 162, in main
root_module.generate(out, '_ns3')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 885, in generate
self.do_generate(sink_manager, module_file_base_name)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 752, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1725, in generate
self._generate_methods(code_sink, parent_caller_methods)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 2127, in _generate_methods
copy_wrapper_name = utils.call_with_error_handling(self._generate_copy_method, (code_sink,), {}, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1996, in _generate_copy_method
construct_name = self.get_construct_name()
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 995, in get_construct_name
raise CodeGenerationError("%s cannot be constructed (class has pure virtual methods)" % self.full_name)
??:??: <pybindgen.CppClass 'ns3::EnergySource'> / CodeGenerationError('ns3::EnergySource cannot be constructed (class has pure virtual methods)',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 162, in main
root_module.generate(out, '_ns3')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 885, in generate
self.do_generate(sink_manager, module_file_base_name)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 752, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1725, in generate
self._generate_methods(code_sink, parent_caller_methods)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 2127, in _generate_methods
copy_wrapper_name = utils.call_with_error_handling(self._generate_copy_method, (code_sink,), {}, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1996, in _generate_copy_method
construct_name = self.get_construct_name()
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 993, in get_construct_name
raise CodeGenerationError("%s cannot be constructed (%s)" % (self.full_name, self.cannot_be_constructed))
??:??: <pybindgen.CppClass 'ns3::UanModesListChecker'> / CodeGenerationError('ns3::UanModesListChecker cannot be constructed (have pure virtual methods but no helper class)',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 162, in main
root_module.generate(out, '_ns3')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 885, in generate
self.do_generate(sink_manager, module_file_base_name)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 752, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1669, in generate
parent_caller_methods = self.helper_class.generate(code_sink)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 416, in generate
(code_sink,), {}, virtual_proxy)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 1058, in generate
decl_post_modifiers=decl_post_modifiers)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 615, in generate
param.convert_c_to_python(self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py", line 288, in convert_c_to_python
raise typehandlers.NotSupportedError("Reverse wrappers for ns3::Callback<...> types "
../bindings/python/ns3modulegen_generated.py:3855: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 162, in main
root_module.generate(out, '_ns3')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 885, in generate
self.do_generate(sink_manager, module_file_base_name)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 752, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1669, in generate
parent_caller_methods = self.helper_class.generate(code_sink)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 416, in generate
(code_sink,), {}, virtual_proxy)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 1058, in generate
decl_post_modifiers=decl_post_modifiers)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 615, in generate
param.convert_c_to_python(self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py", line 288, in convert_c_to_python
raise typehandlers.NotSupportedError("Reverse wrappers for ns3::Callback<...> types "
../bindings/python/ns3modulegen_generated.py:3996: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
---- location:
File "../bindings/python/ns3modulegen.py", line 176, in <module>
main()
File "../bindings/python/ns3modulegen.py", line 162, in main
root_module.generate(out, '_ns3')
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 885, in generate
self.do_generate(sink_manager, module_file_base_name)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/module.py", line 752, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1669, in generate
parent_caller_methods = self.helper_class.generate(code_sink)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 416, in generate
(code_sink,), {}, virtual_proxy)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 148, in call_with_error_handling
if settings.error_handler.handle_error(wrapper, ex, traceback):
File "../bindings/python/ns3modulegen.py", line 30, in handle_error
traceback.print_stack()
---- error:
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/utils.py", line 144, in call_with_error_handling
return callback(*args, **kwargs)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppmethod.py", line 1058, in generate
decl_post_modifiers=decl_post_modifiers)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/typehandlers/base.py", line 615, in generate
param.convert_c_to_python(self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/bindings/python/ns3modulegen_core_customizations.py", line 288, in convert_c_to_python
raise typehandlers.NotSupportedError("Reverse wrappers for ns3::Callback<...> types "
../bindings/python/ns3modulegen_generated.py:4001: NotSupportedError('Reverse wrappers for ns3::Callback<...> types (python using callbacks defined in C++) not implemented.',)
Stopping regression tests
More information about the Ns-commits
mailing list