Bugzilla – Bug 549
./waf --regression -v generates a python error
Last modified: 2009-04-20 13:04:55 UTC
SKIP: 1 of 22 tests have been skipped (test-tcp-nsc-lfn) FAIL: 2 of 22 tests have failed (test-second, test-third) Build failed -> task failed (err #1): {task: regression_test_collector_task } File "./waf", line 127, in <module> Scripting.prepare(t, cwd, VERSION, wafdir) File "/home/mlacage/code/ns-3-dev/.waf-1.5.3-ee19efc5fb177979684a69740de63fc8/wafadmin/Scripting.py", line 123, in prepare prepare_impl(t,cwd,ver,wafdir) File "/home/mlacage/code/ns-3-dev/.waf-1.5.3-ee19efc5fb177979684a69740de63fc8/wafadmin/Scripting.py", line 116, in prepare_impl main() File "/home/mlacage/code/ns-3-dev/.waf-1.5.3-ee19efc5fb177979684a69740de63fc8/wafadmin/Scripting.py", line 186, in main bld.compile() File "/home/mlacage/code/ns-3-dev/.waf-1.5.3-ee19efc5fb177979684a69740de63fc8/wafadmin/Build.py", line 152, in compile raise BuildError(self,self.task_manager.tasks_done) File "/home/mlacage/code/ns-3-dev/.waf-1.5.3-ee19efc5fb177979684a69740de63fc8/wafadmin/Build.py", line 18, in __init__ Utils.WafError.__init__(self,self.format_error()) [mlacage@diese ns-3-dev]$
I think this is just WAF being excessively verbose about its internal state at a time a task failed. Not really a bug, perhaps? Let me see what the WAF maintainer thinks... => http://code.google.com/p/waf/issues/detail?id=426
fixed by waf 1.5.5 upgrade