Ticket #37223: test_output.txt

File test_output.txt, 17.6 KB (added by skymoo (Adam Mercer), 11 years ago)
Line 
1[ram@cizin ~]$ python3.3
2Python 3.3.0 (default, Dec  6 2012, 16:09:20)
3[GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin
4Type "help", "copyright", "credits" or "license" for more information.
5>>> import numpy
6>>> numpy.test()
7Running unit tests for numpy
8NumPy version 1.6.2
9NumPy is installed in /opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy
10Python version 3.3.0 (default, Dec  6 2012, 16:09:20) [GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))]
11nose version 1.2.1
12...................................................................................................................................................................................................................................................................................................................................F.FFFF................................................................................................................................................................................................................................KK.................................................................................................................................................................................................................................K.............................................................................K...............................................................................................................K.....................................................................................................K...SK.S.......S..................EEEEEEEEEEEEEEEEEE..........................................S....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/lib/format.py:575: ResourceWarning: unclosed file <_io.BufferedReader name='/var/folders/t_/fmmfxld50vq1sw7s1n1f2fk00000gn/T/tmps1rzpc'>
13  mode=mode, offset=offset)
14...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................S.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
15======================================================================
16ERROR: Check byteorder of 0-dimensional objects
17----------------------------------------------------------------------
18Traceback (most recent call last):
19  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 277, in test_values0D
20    self.assertTrue(ua[()] != ua2[()])
21UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
22
23======================================================================
24ERROR: Check byteorder of multi-dimensional objects
25----------------------------------------------------------------------
26Traceback (most recent call last):
27  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 297, in test_valuesMD
28    self.assertTrue(ua[0,0,0] != ua2[0,0,0])
29UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
30
31======================================================================
32ERROR: Check byteorder of single-dimensional objects
33----------------------------------------------------------------------
34Traceback (most recent call last):
35  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 286, in test_valuesSD
36    self.assertTrue(ua[0] != ua2[0])
37UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
38
39======================================================================
40ERROR: Check byteorder of 0-dimensional objects
41----------------------------------------------------------------------
42Traceback (most recent call last):
43  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 277, in test_values0D
44    self.assertTrue(ua[()] != ua2[()])
45UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
46
47======================================================================
48ERROR: Check byteorder of multi-dimensional objects
49----------------------------------------------------------------------
50Traceback (most recent call last):
51  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 297, in test_valuesMD
52    self.assertTrue(ua[0,0,0] != ua2[0,0,0])
53UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
54
55======================================================================
56ERROR: Check byteorder of single-dimensional objects
57----------------------------------------------------------------------
58Traceback (most recent call last):
59  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 286, in test_valuesSD
60    self.assertTrue(ua[0] != ua2[0])
61UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
62
63======================================================================
64ERROR: Check byteorder of 0-dimensional objects
65----------------------------------------------------------------------
66Traceback (most recent call last):
67  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 277, in test_values0D
68    self.assertTrue(ua[()] != ua2[()])
69UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
70
71======================================================================
72ERROR: Check byteorder of multi-dimensional objects
73----------------------------------------------------------------------
74Traceback (most recent call last):
75  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 297, in test_valuesMD
76    self.assertTrue(ua[0,0,0] != ua2[0,0,0])
77UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
78
79======================================================================
80ERROR: Check byteorder of single-dimensional objects
81----------------------------------------------------------------------
82Traceback (most recent call last):
83  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 286, in test_valuesSD
84    self.assertTrue(ua[0] != ua2[0])
85UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
86
87======================================================================
88ERROR: Check byteorder of 0-dimensional objects
89----------------------------------------------------------------------
90Traceback (most recent call last):
91  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 277, in test_values0D
92    self.assertTrue(ua[()] != ua2[()])
93UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
94
95======================================================================
96ERROR: Check byteorder of multi-dimensional objects
97----------------------------------------------------------------------
98Traceback (most recent call last):
99  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 297, in test_valuesMD
100    self.assertTrue(ua[0,0,0] != ua2[0,0,0])
101UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
102
103======================================================================
104ERROR: Check byteorder of single-dimensional objects
105----------------------------------------------------------------------
106Traceback (most recent call last):
107  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 286, in test_valuesSD
108    self.assertTrue(ua[0] != ua2[0])
109UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
110
111======================================================================
112ERROR: Check byteorder of 0-dimensional objects
113----------------------------------------------------------------------
114Traceback (most recent call last):
115  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 277, in test_values0D
116    self.assertTrue(ua[()] != ua2[()])
117UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
118
119======================================================================
120ERROR: Check byteorder of multi-dimensional objects
121----------------------------------------------------------------------
122Traceback (most recent call last):
123  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 297, in test_valuesMD
124    self.assertTrue(ua[0,0,0] != ua2[0,0,0])
125UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
126
127======================================================================
128ERROR: Check byteorder of single-dimensional objects
129----------------------------------------------------------------------
130Traceback (most recent call last):
131  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 286, in test_valuesSD
132    self.assertTrue(ua[0] != ua2[0])
133UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
134
135======================================================================
136ERROR: Check byteorder of 0-dimensional objects
137----------------------------------------------------------------------
138Traceback (most recent call last):
139  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 277, in test_values0D
140    self.assertTrue(ua[()] != ua2[()])
141UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
142
143======================================================================
144ERROR: Check byteorder of multi-dimensional objects
145----------------------------------------------------------------------
146Traceback (most recent call last):
147  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 297, in test_valuesMD
148    self.assertTrue(ua[0,0,0] != ua2[0,0,0])
149UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
150
151======================================================================
152ERROR: Check byteorder of single-dimensional objects
153----------------------------------------------------------------------
154Traceback (most recent call last):
155  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_unicode.py", line 286, in test_valuesSD
156    self.assertTrue(ua[0] != ua2[0])
157UnicodeDecodeError: 'utf32' codec can't decode bytes in position 0-3: codepoint not in range(0x110000)
158
159======================================================================
160FAIL: test_multiarray.TestNewBufferProtocol.test_export_discontiguous
161----------------------------------------------------------------------
162Traceback (most recent call last):
163  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/nose/case.py", line 198, in runTest
164    self.test(*self.arg)
165  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_multiarray.py", line 2185, in test_export_discontiguous
166    assert_equal(y.suboffsets, None)
167  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/testing/utils.py", line 313, in assert_equal
168    raise AssertionError(msg)
169AssertionError:
170Items are not equal:
171 ACTUAL: ()
172 DESIRED: None
173
174======================================================================
175FAIL: test_multiarray.TestNewBufferProtocol.test_export_record
176----------------------------------------------------------------------
177Traceback (most recent call last):
178  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/nose/case.py", line 198, in runTest
179    self.test(*self.arg)
180  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_multiarray.py", line 2217, in test_export_record
181    assert_equal(y.suboffsets, None)
182  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/testing/utils.py", line 313, in assert_equal
183    raise AssertionError(msg)
184AssertionError:
185Items are not equal:
186 ACTUAL: ()
187 DESIRED: None
188
189======================================================================
190FAIL: test_multiarray.TestNewBufferProtocol.test_export_simple_1d
191----------------------------------------------------------------------
192Traceback (most recent call last):
193  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/nose/case.py", line 198, in runTest
194    self.test(*self.arg)
195  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_multiarray.py", line 2165, in test_export_simple_1d
196    assert_equal(y.suboffsets, None)
197  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/testing/utils.py", line 313, in assert_equal
198    raise AssertionError(msg)
199AssertionError:
200Items are not equal:
201 ACTUAL: ()
202 DESIRED: None
203
204======================================================================
205FAIL: test_multiarray.TestNewBufferProtocol.test_export_simple_nd
206----------------------------------------------------------------------
207Traceback (most recent call last):
208  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/nose/case.py", line 198, in runTest
209    self.test(*self.arg)
210  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_multiarray.py", line 2175, in test_export_simple_nd
211    assert_equal(y.suboffsets, None)
212  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/testing/utils.py", line 313, in assert_equal
213    raise AssertionError(msg)
214AssertionError:
215Items are not equal:
216 ACTUAL: ()
217 DESIRED: None
218
219======================================================================
220FAIL: test_multiarray.TestNewBufferProtocol.test_export_subarray
221----------------------------------------------------------------------
222Traceback (most recent call last):
223  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/nose/case.py", line 198, in runTest
224    self.test(*self.arg)
225  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/core/tests/test_multiarray.py", line 2231, in test_export_subarray
226    assert_equal(y.shape, None)
227  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/numpy/testing/utils.py", line 313, in assert_equal
228    raise AssertionError(msg)
229AssertionError:
230Items are not equal:
231 ACTUAL: ()
232 DESIRED: None
233
234----------------------------------------------------------------------
235Ran 3173 tests in 39.982s
236
237FAILED (KNOWNFAIL=7, SKIP=5, errors=18, failures=5)
238<nose.result.TextTestResult run=3173 errors=18 failures=5>