Ticket #15855: errors.txt

File errors.txt, 21.7 KB (added by pedro.dhb@…, 16 years ago)
Line 
1SCIPY
2
3======================================================================
4ERROR: check_conversion (test_scxx_sequence.test_list)
5----------------------------------------------------------------------
6Traceback (most recent call last):
7  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_sequence.py", line 30, in check_conversion
8    weave.inline("",['a'])
9  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 342, in inline
10    results = attempt_function_call(code,local_dict,global_dict)
11  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 385, in attempt_function_call
12    raise ValueError, 'function with correct signature not found'
13ValueError: function with correct signature not found
14
15======================================================================
16ERROR: check_string_add_speed (test_scxx_sequence.test_list)
17----------------------------------------------------------------------
18Traceback (most recent call last):
19  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_sequence.py", line 405, in check_string_add_speed
20    inline_tools.inline(code,['a','b'])
21  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 339, in inline
22    **kw)
23  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 447, in compile_function
24    verbose=verbose, **kw)
25  File "/opt/local/lib/python2.5/site-packages/scipy/weave/ext_tools.py", line 365, in compile
26    verbose = verbose, **kw)
27  File "/opt/local/lib/python2.5/site-packages/scipy/weave/build_tools.py", line 269, in build_extension
28    setup(name = module_name, ext_modules = [ext],verbose=verb)
29  File "/opt/local/lib/python2.5/site-packages/numpy/distutils/core.py", line 184, in setup
30    return old_setup(**new_attr)
31  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/core.py", line 168, in setup
32    raise SystemExit, "error: " + str(msg)
33CompileError: error: Command "/usr/bin/g++-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/scxx -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c /Users/pedroborges/.python25_compiled/sc_30bcdfe77c16ba01711b3f9b4f2d38df4.cpp -o /var/folders/C4/C4-YW0e3G-epyqiLlpskeE+++TI/-Tmp-/pedroborges/python25_intermediate/compiler_29d94972c21e5212731779f18247b02b/Users/pedroborges/.python25_compiled/sc_30bcdfe77c16ba01711b3f9b4f2d38df4.o" failed with exit status 1
34
35======================================================================
36ERROR: check_false (test_scxx_object.test_object_is_true)
37----------------------------------------------------------------------
38Traceback (most recent call last):
39  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_object.py", line 656, in check_false
40    res = inline_tools.inline('return_val = a.mcall("not");',['a'])
41  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 342, in inline
42    results = attempt_function_call(code,local_dict,global_dict)
43  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 354, in attempt_function_call
44    results = apply(func,(local_dict,global_dict))
45AttributeError: foo instance has no attribute 'not'
46
47======================================================================
48ERROR: check_true (test_scxx_object.test_object_is_true)
49----------------------------------------------------------------------
50Traceback (most recent call last):
51  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_object.py", line 660, in check_true
52    res = inline_tools.inline('return_val = a.mcall("not");',['a'])
53  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 325, in inline
54    results = attempt_function_call(code,local_dict,global_dict)
55  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 354, in attempt_function_call
56    results = apply(func,(local_dict,global_dict))
57AttributeError: 'NoneType' object has no attribute 'not'
58
59======================================================================
60ERROR: check_set_from_member (test_scxx_object.test_object_set_item_op_key)
61----------------------------------------------------------------------
62Traceback (most recent call last):
63  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_object.py", line 820, in check_set_from_member
64    inline_tools.inline('a["first"] = a["second"];',['a'])
65  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 339, in inline
66    **kw)
67  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 447, in compile_function
68    verbose=verbose, **kw)
69  File "/opt/local/lib/python2.5/site-packages/scipy/weave/ext_tools.py", line 365, in compile
70    verbose = verbose, **kw)
71  File "/opt/local/lib/python2.5/site-packages/scipy/weave/build_tools.py", line 269, in build_extension
72    setup(name = module_name, ext_modules = [ext],verbose=verb)
73  File "/opt/local/lib/python2.5/site-packages/numpy/distutils/core.py", line 184, in setup
74    return old_setup(**new_attr)
75  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/core.py", line 168, in setup
76    raise SystemExit, "error: " + str(msg)
77CompileError: error: Command "/usr/bin/g++-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/scxx -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c /Users/pedroborges/.python25_compiled/sc_a35665b241c24d6c9d3fd21e957285664.cpp -o /var/folders/C4/C4-YW0e3G-epyqiLlpskeE+++TI/-Tmp-/pedroborges/python25_intermediate/compiler_29d94972c21e5212731779f18247b02b/Users/pedroborges/.python25_compiled/sc_a35665b241c24d6c9d3fd21e957285664.o" failed with exit status 1
78
79======================================================================
80ERROR: check_conversion (test_scxx_sequence.test_tuple)
81----------------------------------------------------------------------
82Traceback (most recent call last):
83  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_sequence.py", line 30, in check_conversion
84    weave.inline("",['a'])
85  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 342, in inline
86    results = attempt_function_call(code,local_dict,global_dict)
87  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 385, in attempt_function_call
88    raise ValueError, 'function with correct signature not found'
89ValueError: function with correct signature not found
90
91======================================================================
92ERROR: check_false (scipy.weave.tests.test_scxx_object.test_object_is_true)
93----------------------------------------------------------------------
94Traceback (most recent call last):
95  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_object.py", line 656, in check_false
96    res = inline_tools.inline('return_val = a.mcall("not");',['a'])
97  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 325, in inline
98    results = attempt_function_call(code,local_dict,global_dict)
99  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 354, in attempt_function_call
100    results = apply(func,(local_dict,global_dict))
101AttributeError: foo instance has no attribute 'not'
102
103======================================================================
104ERROR: check_true (scipy.weave.tests.test_scxx_object.test_object_is_true)
105----------------------------------------------------------------------
106Traceback (most recent call last):
107  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_object.py", line 660, in check_true
108    res = inline_tools.inline('return_val = a.mcall("not");',['a'])
109  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 325, in inline
110    results = attempt_function_call(code,local_dict,global_dict)
111  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 354, in attempt_function_call
112    results = apply(func,(local_dict,global_dict))
113AttributeError: 'NoneType' object has no attribute 'not'
114
115======================================================================
116ERROR: check_set_from_member (scipy.weave.tests.test_scxx_object.test_object_set_item_op_key)
117----------------------------------------------------------------------
118Traceback (most recent call last):
119  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_object.py", line 820, in check_set_from_member
120    inline_tools.inline('a["first"] = a["second"];',['a'])
121  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 339, in inline
122    **kw)
123  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 447, in compile_function
124    verbose=verbose, **kw)
125  File "/opt/local/lib/python2.5/site-packages/scipy/weave/ext_tools.py", line 365, in compile
126    verbose = verbose, **kw)
127  File "/opt/local/lib/python2.5/site-packages/scipy/weave/build_tools.py", line 269, in build_extension
128    setup(name = module_name, ext_modules = [ext],verbose=verb)
129  File "/opt/local/lib/python2.5/site-packages/numpy/distutils/core.py", line 184, in setup
130    return old_setup(**new_attr)
131  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/core.py", line 168, in setup
132    raise SystemExit, "error: " + str(msg)
133CompileError: error: Command "/usr/bin/g++-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/scxx -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c /Users/pedroborges/.python25_compiled/sc_a35665b241c24d6c9d3fd21e957285665.cpp -o /var/folders/C4/C4-YW0e3G-epyqiLlpskeE+++TI/-Tmp-/pedroborges/python25_intermediate/compiler_29d94972c21e5212731779f18247b02b/Users/pedroborges/.python25_compiled/sc_a35665b241c24d6c9d3fd21e957285665.o" failed with exit status 1
134
135======================================================================
136ERROR: check_conversion (scipy.weave.tests.test_scxx_sequence.test_list)
137----------------------------------------------------------------------
138Traceback (most recent call last):
139  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_sequence.py", line 30, in check_conversion
140    weave.inline("",['a'])
141  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 342, in inline
142    results = attempt_function_call(code,local_dict,global_dict)
143  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 385, in attempt_function_call
144    raise ValueError, 'function with correct signature not found'
145ValueError: function with correct signature not found
146
147======================================================================
148ERROR: check_string_add_speed (scipy.weave.tests.test_scxx_sequence.test_list)
149----------------------------------------------------------------------
150Traceback (most recent call last):
151  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_sequence.py", line 405, in check_string_add_speed
152    inline_tools.inline(code,['a','b'])
153  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 339, in inline
154    **kw)
155  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 447, in compile_function
156    verbose=verbose, **kw)
157  File "/opt/local/lib/python2.5/site-packages/scipy/weave/ext_tools.py", line 365, in compile
158    verbose = verbose, **kw)
159  File "/opt/local/lib/python2.5/site-packages/scipy/weave/build_tools.py", line 269, in build_extension
160    setup(name = module_name, ext_modules = [ext],verbose=verb)
161  File "/opt/local/lib/python2.5/site-packages/numpy/distutils/core.py", line 184, in setup
162    return old_setup(**new_attr)
163  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/core.py", line 168, in setup
164    raise SystemExit, "error: " + str(msg)
165CompileError: error: Command "/usr/bin/g++-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/scxx -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c /Users/pedroborges/.python25_compiled/sc_30bcdfe77c16ba01711b3f9b4f2d38df5.cpp -o /var/folders/C4/C4-YW0e3G-epyqiLlpskeE+++TI/-Tmp-/pedroborges/python25_intermediate/compiler_29d94972c21e5212731779f18247b02b/Users/pedroborges/.python25_compiled/sc_30bcdfe77c16ba01711b3f9b4f2d38df5.o" failed with exit status 1
166
167======================================================================
168ERROR: check_conversion (scipy.weave.tests.test_scxx_sequence.test_tuple)
169----------------------------------------------------------------------
170Traceback (most recent call last):
171  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_sequence.py", line 30, in check_conversion
172    weave.inline("",['a'])
173  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 342, in inline
174    results = attempt_function_call(code,local_dict,global_dict)
175  File "/opt/local/lib/python2.5/site-packages/scipy/weave/inline_tools.py", line 385, in attempt_function_call
176    raise ValueError, 'function with correct signature not found'
177ValueError: function with correct signature not found
178
179======================================================================
180FAIL: Solve: single precision complex
181----------------------------------------------------------------------
182Traceback (most recent call last):
183  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/linsolve/umfpack/tests/test_umfpack.py", line 32, in check_solve_complex_without_umfpack
184    assert_array_almost_equal(a*x, b)
185  File "/opt/local/lib/python2.5/site-packages/numpy/testing/utils.py", line 255, in assert_array_almost_equal
186    header='Arrays are not almost equal')
187  File "/opt/local/lib/python2.5/site-packages/numpy/testing/utils.py", line 240, in assert_array_compare
188    assert cond, msg
189AssertionError:
190Arrays are not almost equal
191
192(mismatch 20.0%)
193 x: array([ 1.00000000+0.j,  1.99999809+0.j,  3.00000000+0.j,  4.00000048+0.j,
194        5.00000000+0.j], dtype=complex64)
195 y: array([1, 2, 3, 4, 5])
196
197======================================================================
198FAIL: check_noargs (test_scxx_object.test_object_call)
199----------------------------------------------------------------------
200Traceback (most recent call last):
201  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_object.py", line 485, in check_noargs
202    assert_equal(sys.getrefcount(res),2)
203  File "/opt/local/lib/python2.5/site-packages/numpy/testing/utils.py", line 145, in assert_equal
204    assert desired == actual, msg
205AssertionError:
206Items are not equal:
207 ACTUAL: 3
208 DESIRED: 2
209
210======================================================================
211FAIL: check_set_complex (test_scxx_object.test_object_set_item_op_key)
212----------------------------------------------------------------------
213Traceback (most recent call last):
214  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_object.py", line 789, in check_set_complex
215    assert_equal(sys.getrefcount(key),3)
216  File "/opt/local/lib/python2.5/site-packages/numpy/testing/utils.py", line 145, in assert_equal
217    assert desired == actual, msg
218AssertionError:
219Items are not equal:
220 ACTUAL: 4
221 DESIRED: 3
222
223======================================================================
224FAIL: check_noargs (scipy.weave.tests.test_scxx_object.test_object_call)
225----------------------------------------------------------------------
226Traceback (most recent call last):
227  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_object.py", line 485, in check_noargs
228    assert_equal(sys.getrefcount(res),2)
229  File "/opt/local/lib/python2.5/site-packages/numpy/testing/utils.py", line 145, in assert_equal
230    assert desired == actual, msg
231AssertionError:
232Items are not equal:
233 ACTUAL: 3
234 DESIRED: 2
235
236======================================================================
237FAIL: check_set_complex (scipy.weave.tests.test_scxx_object.test_object_set_item_op_key)
238----------------------------------------------------------------------
239Traceback (most recent call last):
240  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/weave/tests/test_scxx_object.py", line 789, in check_set_complex
241    assert_equal(sys.getrefcount(key),3)
242  File "/opt/local/lib/python2.5/site-packages/numpy/testing/utils.py", line 145, in assert_equal
243    assert desired == actual, msg
244AssertionError:
245Items are not equal:
246 ACTUAL: 4
247 DESIRED: 3
248
249----------------------------------------------------------------------
250Ran 2257 tests in 132.325s
251
252FAILED (failures=5, errors=12)
253<unittest._TextTestResult run=2257 errors=12 failures=5>
254
255
256
257NUMPY
258
259======================================================================
260ERROR: Ticket #396
261----------------------------------------------------------------------
262Traceback (most recent call last):
263  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/tests/test_regression.py", line 602, in check_poly1d_nan_roots
264    self.failUnlessRaises(np.linalg.LinAlgError,getattr,p,"r")
265  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/unittest.py", line 320, in failUnlessRaises
266    callableObj(*args, **kwargs)
267  File "/opt/local/lib/python2.5/site-packages/numpy/lib/polynomial.py", line 661, in __getattr__
268    return roots(self.coeffs)
269  File "/opt/local/lib/python2.5/site-packages/numpy/lib/polynomial.py", line 124, in roots
270    roots = _eigvals(A)
271  File "/opt/local/lib/python2.5/site-packages/numpy/lib/polynomial.py", line 37, in _eigvals
272    return eigvals(arg)
273  File "/opt/local/lib/python2.5/site-packages/scipy/linalg/decomp.py", line 378, in eigvals
274    return eig(a,b=b,left=0,right=0,overwrite_a=overwrite_a)
275  File "/opt/local/lib/python2.5/site-packages/scipy/linalg/decomp.py", line 128, in eig
276    a1 = asarray_chkfinite(a)
277  File "/opt/local/lib/python2.5/site-packages/numpy/lib/function_base.py", line 527, in asarray_chkfinite
278    raise ValueError, "array must not contain infs or NaNs"
279ValueError: array must not contain infs or NaNs
280
281======================================================================
282ERROR: Ticket #396
283----------------------------------------------------------------------
284Traceback (most recent call last):
285  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/tests/test_regression.py", line 602, in check_poly1d_nan_roots
286    self.failUnlessRaises(np.linalg.LinAlgError,getattr,p,"r")
287  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/unittest.py", line 320, in failUnlessRaises
288    callableObj(*args, **kwargs)
289  File "/opt/local/lib/python2.5/site-packages/numpy/lib/polynomial.py", line 661, in __getattr__
290    return roots(self.coeffs)
291  File "/opt/local/lib/python2.5/site-packages/numpy/lib/polynomial.py", line 124, in roots
292    roots = _eigvals(A)
293  File "/opt/local/lib/python2.5/site-packages/numpy/lib/polynomial.py", line 37, in _eigvals
294    return eigvals(arg)
295  File "/opt/local/lib/python2.5/site-packages/scipy/linalg/decomp.py", line 378, in eigvals
296    return eig(a,b=b,left=0,right=0,overwrite_a=overwrite_a)
297  File "/opt/local/lib/python2.5/site-packages/scipy/linalg/decomp.py", line 128, in eig
298    a1 = asarray_chkfinite(a)
299  File "/opt/local/lib/python2.5/site-packages/numpy/lib/function_base.py", line 527, in asarray_chkfinite
300    raise ValueError, "array must not contain infs or NaNs"
301ValueError: array must not contain infs or NaNs
302
303----------------------------------------------------------------------
304Ran 1187 tests in 1.854s
305
306FAILED (errors=2)
307<unittest._TextTestResult run=1187 errors=2 failures=0>
308