[Ns-commits] Output of run-tests script: failure
tomhend@u.washington.edu
tomhend at u.washington.edu
Sun Mar 20 02:11:25 PDT 2011
Sun Mar 20 01:51:35 PDT 2011
Buildbot FAILURE: at least one buildbot failing
download.py success
Testing ns-3-dev from ns-3-dev at changeset: 6916:a4b65880d753
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 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 click location : not found
boost headers : not found
library boost_signals : not found
library boost_filesystem : not found
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.776
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 type of bindings to build : monolithic
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
Checking for program doxygen : /usr/local/bin/doxygen
'configure' finished successfully (4.353s)
Build stderr:
Waf: Entering directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build'
Waf: Leaving directory `/tmp/ns-commits/tests/tmp/ns-3-allinone/ns-3-dev/build'
'build' finished successfully (1.977s)
ns3modulegen.log:
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/ns3_module_lte.py:1728: 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 895, 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 762, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1739, 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 424, 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/ns3_module_lte.py:1743: 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 895, 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 762, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1739, 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 424, 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.py:162: 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 895, 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 762, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1739, 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 424, 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.py:162: 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 895, 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 762, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1739, 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 424, 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.py:162: 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 895, 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 762, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1739, 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 424, 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.py:162: 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 895, 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 762, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1739, 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 424, 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.py:162: 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 895, 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 762, in do_generate
class_.generate(sink, self)
File "/tmp/ns-commits/tests/tmp/ns-3-allinone/pybindgen/pybindgen/cppclass.py", line 1739, 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 424, 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.py:162: 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