| | 1 | ~/develop/python/Lib/test> python test_mailbox.py |
| | 2 | {{{ |
| | 3 | test_notimplemented (__main__.TestMailboxSuperclass) ... ok |
| | 4 | test_add (__main__.TestMaildir) ... ERROR |
| | 5 | test_add_MM (__main__.TestMaildir) ... ERROR |
| | 6 | test_add_and_remove_folders (__main__.TestMaildir) ... ok |
| | 7 | test_clean (__main__.TestMaildir) ... FAIL |
| | 8 | test_clear (__main__.TestMaildir) ... ERROR |
| | 9 | test_close (__main__.TestMaildir) ... ERROR |
| | 10 | test_consistent_factory (__main__.TestMaildir) ... ERROR |
| | 11 | test_contains (__main__.TestMaildir) ... ERROR |
| | 12 | test_create_tmp (__main__.TestMaildir) ... ok |
| | 13 | test_delitem (__main__.TestMaildir) ... ERROR |
| | 14 | test_directory_in_folder (__main__.TestMaildir) ... ERROR |
| | 15 | test_discard (__main__.TestMaildir) ... ERROR |
| | 16 | test_dump_message (__main__.TestMaildir) ... ok |
| | 17 | test_file_permissions (__main__.TestMaildir) ... ERROR |
| | 18 | test_flush (__main__.TestMaildir) ... ERROR |
| | 19 | test_folder (__main__.TestMaildir) ... ok |
| | 20 | test_folder_file_perms (__main__.TestMaildir) ... ok |
| | 21 | test_get (__main__.TestMaildir) ... ERROR |
| | 22 | test_get_MM (__main__.TestMaildir) ... ERROR |
| | 23 | test_get_file (__main__.TestMaildir) ... ERROR |
| | 24 | test_get_folder (__main__.TestMaildir) ... ERROR |
| | 25 | test_get_message (__main__.TestMaildir) ... ERROR |
| | 26 | test_get_string (__main__.TestMaildir) ... ERROR |
| | 27 | test_getitem (__main__.TestMaildir) ... ERROR |
| | 28 | test_has_key (__main__.TestMaildir) ... ERROR |
| | 29 | test_initialize_existing (__main__.TestMaildir) ... ok |
| | 30 | test_initialize_new (__main__.TestMaildir) ... ok |
| | 31 | test_items (__main__.TestMaildir) ... ERROR |
| | 32 | test_iter (__main__.TestMaildir) ... ERROR |
| | 33 | test_iteritems (__main__.TestMaildir) ... ERROR |
| | 34 | test_iterkeys (__main__.TestMaildir) ... ERROR |
| | 35 | test_itervalues (__main__.TestMaildir) ... ERROR |
| | 36 | test_keys (__main__.TestMaildir) ... ERROR |
| | 37 | test_len (__main__.TestMaildir) ... ERROR |
| | 38 | test_list_folders (__main__.TestMaildir) ... ok |
| | 39 | test_lock_unlock (__main__.TestMaildir) ... ok |
| | 40 | test_lookup (__main__.TestMaildir) ... ERROR |
| | 41 | test_pop (__main__.TestMaildir) ... ERROR |
| | 42 | test_popitem (__main__.TestMaildir) ... ERROR |
| | 43 | test_refresh (__main__.TestMaildir) ... ERROR |
| | 44 | test_remove (__main__.TestMaildir) ... ERROR |
| | 45 | test_set_MM (__main__.TestMaildir) ... ERROR |
| | 46 | test_set_item (__main__.TestMaildir) ... ERROR |
| | 47 | test_update (__main__.TestMaildir) ... ERROR |
| | 48 | test_values (__main__.TestMaildir) ... ERROR |
| | 49 | test_add (__main__.TestMbox) ... ok |
| | 50 | test_add_and_close (__main__.TestMbox) ... ok |
| | 51 | test_add_from_string (__main__.TestMbox) ... ok |
| | 52 | test_add_mbox_or_mmdf_message (__main__.TestMbox) ... ok |
| | 53 | test_clear (__main__.TestMbox) ... ok |
| | 54 | test_close (__main__.TestMbox) ... ok |
| | 55 | test_contains (__main__.TestMbox) ... ok |
| | 56 | test_delitem (__main__.TestMbox) ... ok |
| | 57 | test_discard (__main__.TestMbox) ... ok |
| | 58 | test_dump_message (__main__.TestMbox) ... ok |
| | 59 | test_file_perms (__main__.TestMbox) ... ok |
| | 60 | test_flush (__main__.TestMbox) ... ok |
| | 61 | test_get (__main__.TestMbox) ... ok |
| | 62 | test_get_file (__main__.TestMbox) ... ok |
| | 63 | test_get_message (__main__.TestMbox) ... ok |
| | 64 | test_get_string (__main__.TestMbox) ... ok |
| | 65 | test_getitem (__main__.TestMbox) ... ok |
| | 66 | test_has_key (__main__.TestMbox) ... ok |
| | 67 | test_items (__main__.TestMbox) ... ok |
| | 68 | test_iter (__main__.TestMbox) ... ok |
| | 69 | test_iteritems (__main__.TestMbox) ... ok |
| | 70 | test_iterkeys (__main__.TestMbox) ... ok |
| | 71 | test_itervalues (__main__.TestMbox) ... ok |
| | 72 | test_keys (__main__.TestMbox) ... ok |
| | 73 | test_len (__main__.TestMbox) ... ok |
| | 74 | test_lock_conflict (__main__.TestMbox) ... ERROR |
| | 75 | test_lock_unlock (__main__.TestMbox) ... ERROR |
| | 76 | test_open_close_open (__main__.TestMbox) ... ok |
| | 77 | test_pop (__main__.TestMbox) ... ok |
| | 78 | test_popitem (__main__.TestMbox) ... ok |
| | 79 | test_relock (__main__.TestMbox) ... ERROR |
| | 80 | test_remove (__main__.TestMbox) ... ok |
| | 81 | test_set_item (__main__.TestMbox) ... ok |
| | 82 | test_update (__main__.TestMbox) ... ok |
| | 83 | test_values (__main__.TestMbox) ... ok |
| | 84 | test_add (__main__.TestMMDF) ... ok |
| | 85 | test_add_and_close (__main__.TestMMDF) ... ok |
| | 86 | test_add_from_string (__main__.TestMMDF) ... ok |
| | 87 | test_add_mbox_or_mmdf_message (__main__.TestMMDF) ... ok |
| | 88 | test_clear (__main__.TestMMDF) ... ok |
| | 89 | test_close (__main__.TestMMDF) ... ok |
| | 90 | test_contains (__main__.TestMMDF) ... ok |
| | 91 | test_delitem (__main__.TestMMDF) ... ok |
| | 92 | test_discard (__main__.TestMMDF) ... ok |
| | 93 | test_dump_message (__main__.TestMMDF) ... ok |
| | 94 | test_flush (__main__.TestMMDF) ... ok |
| | 95 | test_get (__main__.TestMMDF) ... ok |
| | 96 | test_get_file (__main__.TestMMDF) ... ok |
| | 97 | test_get_message (__main__.TestMMDF) ... ok |
| | 98 | test_get_string (__main__.TestMMDF) ... ok |
| | 99 | test_getitem (__main__.TestMMDF) ... ok |
| | 100 | test_has_key (__main__.TestMMDF) ... ok |
| | 101 | test_items (__main__.TestMMDF) ... ok |
| | 102 | test_iter (__main__.TestMMDF) ... ok |
| | 103 | test_iteritems (__main__.TestMMDF) ... ok |
| | 104 | test_iterkeys (__main__.TestMMDF) ... ok |
| | 105 | test_itervalues (__main__.TestMMDF) ... ok |
| | 106 | test_keys (__main__.TestMMDF) ... ok |
| | 107 | test_len (__main__.TestMMDF) ... ok |
| | 108 | test_lock_conflict (__main__.TestMMDF) ... ERROR |
| | 109 | test_lock_unlock (__main__.TestMMDF) ... ERROR |
| | 110 | test_open_close_open (__main__.TestMMDF) ... ok |
| | 111 | test_pop (__main__.TestMMDF) ... ok |
| | 112 | test_popitem (__main__.TestMMDF) ... ok |
| | 113 | test_relock (__main__.TestMMDF) ... ERROR |
| | 114 | test_remove (__main__.TestMMDF) ... ok |
| | 115 | test_set_item (__main__.TestMMDF) ... ok |
| | 116 | test_update (__main__.TestMMDF) ... ok |
| | 117 | test_values (__main__.TestMMDF) ... ok |
| | 118 | test_add (__main__.TestMH) ... ok |
| | 119 | test_add_and_remove_folders (__main__.TestMH) ... ok |
| | 120 | test_clear (__main__.TestMH) ... ok |
| | 121 | test_close (__main__.TestMH) ... ok |
| | 122 | test_contains (__main__.TestMH) ... ok |
| | 123 | test_delitem (__main__.TestMH) ... ok |
| | 124 | test_discard (__main__.TestMH) ... ok |
| | 125 | test_dump_message (__main__.TestMH) ... ok |
| | 126 | test_flush (__main__.TestMH) ... ok |
| | 127 | test_get (__main__.TestMH) ... ok |
| | 128 | test_get_file (__main__.TestMH) ... ok |
| | 129 | test_get_folder (__main__.TestMH) ... ok |
| | 130 | test_get_message (__main__.TestMH) ... ok |
| | 131 | test_get_string (__main__.TestMH) ... ok |
| | 132 | test_getitem (__main__.TestMH) ... ok |
| | 133 | test_has_key (__main__.TestMH) ... ok |
| | 134 | test_items (__main__.TestMH) ... ok |
| | 135 | test_iter (__main__.TestMH) ... ok |
| | 136 | test_iteritems (__main__.TestMH) ... ok |
| | 137 | test_iterkeys (__main__.TestMH) ... ok |
| | 138 | test_itervalues (__main__.TestMH) ... ok |
| | 139 | test_keys (__main__.TestMH) ... ok |
| | 140 | test_len (__main__.TestMH) ... ok |
| | 141 | test_list_folders (__main__.TestMH) ... ok |
| | 142 | test_lock_unlock (__main__.TestMH) ... ERROR |
| | 143 | test_pack (__main__.TestMH) ... ERROR |
| | 144 | test_pop (__main__.TestMH) ... ok |
| | 145 | test_popitem (__main__.TestMH) ... ok |
| | 146 | test_remove (__main__.TestMH) ... ok |
| | 147 | test_sequences (__main__.TestMH) ... ok |
| | 148 | test_set_item (__main__.TestMH) ... ok |
| | 149 | test_update (__main__.TestMH) ... ok |
| | 150 | test_values (__main__.TestMH) ... ok |
| | 151 | test_add (__main__.TestBabyl) ... ok |
| | 152 | test_clear (__main__.TestBabyl) ... ok |
| | 153 | test_close (__main__.TestBabyl) ... ok |
| | 154 | test_contains (__main__.TestBabyl) ... ok |
| | 155 | test_delitem (__main__.TestBabyl) ... ok |
| | 156 | test_discard (__main__.TestBabyl) ... ok |
| | 157 | test_dump_message (__main__.TestBabyl) ... ok |
| | 158 | test_flush (__main__.TestBabyl) ... ok |
| | 159 | test_get (__main__.TestBabyl) ... ok |
| | 160 | test_get_file (__main__.TestBabyl) ... ok |
| | 161 | test_get_message (__main__.TestBabyl) ... ok |
| | 162 | test_get_string (__main__.TestBabyl) ... ok |
| | 163 | test_getitem (__main__.TestBabyl) ... ok |
| | 164 | test_has_key (__main__.TestBabyl) ... ok |
| | 165 | test_items (__main__.TestBabyl) ... ok |
| | 166 | test_iter (__main__.TestBabyl) ... ok |
| | 167 | test_iteritems (__main__.TestBabyl) ... ok |
| | 168 | test_iterkeys (__main__.TestBabyl) ... ok |
| | 169 | test_itervalues (__main__.TestBabyl) ... ok |
| | 170 | test_keys (__main__.TestBabyl) ... ok |
| | 171 | test_labels (__main__.TestBabyl) ... ok |
| | 172 | test_len (__main__.TestBabyl) ... ok |
| | 173 | test_lock_unlock (__main__.TestBabyl) ... ERROR |
| | 174 | test_pop (__main__.TestBabyl) ... ok |
| | 175 | test_popitem (__main__.TestBabyl) ... ok |
| | 176 | test_remove (__main__.TestBabyl) ... ok |
| | 177 | test_set_item (__main__.TestBabyl) ... ok |
| | 178 | test_update (__main__.TestBabyl) ... ok |
| | 179 | test_values (__main__.TestBabyl) ... ok |
| | 180 | test_become_message (__main__.TestMessage) ... ok |
| | 181 | test_explain_to (__main__.TestMessage) ... ok |
| | 182 | test_initialize_incorrectly (__main__.TestMessage) ... ok |
| | 183 | test_initialize_with_eMM (__main__.TestMessage) ... ok |
| | 184 | test_initialize_with_file (__main__.TestMessage) ... ok |
| | 185 | test_initialize_with_nothing (__main__.TestMessage) ... ok |
| | 186 | test_initialize_with_string (__main__.TestMessage) ... ok |
| | 187 | test_become_message (__main__.TestMaildirMessage) ... ok |
| | 188 | test_date (__main__.TestMaildirMessage) ... ok |
| | 189 | test_explain_to (__main__.TestMaildirMessage) ... ok |
| | 190 | test_flags (__main__.TestMaildirMessage) ... ok |
| | 191 | test_info (__main__.TestMaildirMessage) ... ok |
| | 192 | test_info_and_flags (__main__.TestMaildirMessage) ... ok |
| | 193 | test_initialize_incorrectly (__main__.TestMaildirMessage) ... ok |
| | 194 | test_initialize_with_eMM (__main__.TestMaildirMessage) ... ok |
| | 195 | test_initialize_with_file (__main__.TestMaildirMessage) ... ok |
| | 196 | test_initialize_with_nothing (__main__.TestMaildirMessage) ... ok |
| | 197 | test_initialize_with_string (__main__.TestMaildirMessage) ... ok |
| | 198 | test_subdir (__main__.TestMaildirMessage) ... ok |
| | 199 | test_become_message (__main__.TestMboxMessage) ... ok |
| | 200 | test_explain_to (__main__.TestMboxMessage) ... ok |
| | 201 | test_flags (__main__.TestMboxMessage) ... ok |
| | 202 | test_from (__main__.TestMboxMessage) ... ok |
| | 203 | test_initialize_incorrectly (__main__.TestMboxMessage) ... ok |
| | 204 | test_initialize_with_eMM (__main__.TestMboxMessage) ... ok |
| | 205 | test_initialize_with_file (__main__.TestMboxMessage) ... ok |
| | 206 | test_initialize_with_nothing (__main__.TestMboxMessage) ... ok |
| | 207 | test_initialize_with_string (__main__.TestMboxMessage) ... ok |
| | 208 | test_initialize_with_unixfrom (__main__.TestMboxMessage) ... ok |
| | 209 | test_become_message (__main__.TestMHMessage) ... ok |
| | 210 | test_explain_to (__main__.TestMHMessage) ... ok |
| | 211 | test_initialize_incorrectly (__main__.TestMHMessage) ... ok |
| | 212 | test_initialize_with_eMM (__main__.TestMHMessage) ... ok |
| | 213 | test_initialize_with_file (__main__.TestMHMessage) ... ok |
| | 214 | test_initialize_with_nothing (__main__.TestMHMessage) ... ok |
| | 215 | test_initialize_with_string (__main__.TestMHMessage) ... ok |
| | 216 | test_sequences (__main__.TestMHMessage) ... ok |
| | 217 | test_become_message (__main__.TestBabylMessage) ... ok |
| | 218 | test_explain_to (__main__.TestBabylMessage) ... ok |
| | 219 | test_initialize_incorrectly (__main__.TestBabylMessage) ... ok |
| | 220 | test_initialize_with_eMM (__main__.TestBabylMessage) ... ok |
| | 221 | test_initialize_with_file (__main__.TestBabylMessage) ... ok |
| | 222 | test_initialize_with_nothing (__main__.TestBabylMessage) ... ok |
| | 223 | test_initialize_with_string (__main__.TestBabylMessage) ... ok |
| | 224 | test_labels (__main__.TestBabylMessage) ... ok |
| | 225 | test_visible (__main__.TestBabylMessage) ... ok |
| | 226 | test_become_message (__main__.TestMMDFMessage) ... ok |
| | 227 | test_explain_to (__main__.TestMMDFMessage) ... ok |
| | 228 | test_flags (__main__.TestMMDFMessage) ... ok |
| | 229 | test_from (__main__.TestMMDFMessage) ... ok |
| | 230 | test_initialize_incorrectly (__main__.TestMMDFMessage) ... ok |
| | 231 | test_initialize_with_eMM (__main__.TestMMDFMessage) ... ok |
| | 232 | test_initialize_with_file (__main__.TestMMDFMessage) ... ok |
| | 233 | test_initialize_with_nothing (__main__.TestMMDFMessage) ... ok |
| | 234 | test_initialize_with_string (__main__.TestMMDFMessage) ... ok |
| | 235 | test_initialize_with_unixfrom (__main__.TestMMDFMessage) ... ok |
| | 236 | test_babyl_to_babyl (__main__.TestMessageConversion) ... ok |
| | 237 | test_babyl_to_maildir (__main__.TestMessageConversion) ... ok |
| | 238 | test_babyl_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 239 | test_babyl_to_mh (__main__.TestMessageConversion) ... ok |
| | 240 | test_maildir_to_babyl (__main__.TestMessageConversion) ... ok |
| | 241 | test_maildir_to_maildir (__main__.TestMessageConversion) ... ok |
| | 242 | test_maildir_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 243 | test_maildir_to_mh (__main__.TestMessageConversion) ... ok |
| | 244 | test_mboxmmdf_to_babyl (__main__.TestMessageConversion) ... ok |
| | 245 | test_mboxmmdf_to_maildir (__main__.TestMessageConversion) ... ok |
| | 246 | test_mboxmmdf_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 247 | test_mboxmmdf_to_mh (__main__.TestMessageConversion) ... ok |
| | 248 | test_mh_to_babyl (__main__.TestMessageConversion) ... ok |
| | 249 | test_mh_to_maildir (__main__.TestMessageConversion) ... ok |
| | 250 | test_mh_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 251 | test_mh_to_mh (__main__.TestMessageConversion) ... ok |
| | 252 | test_plain_to_x (__main__.TestMessageConversion) ... ok |
| | 253 | test_x_to_invalid (__main__.TestMessageConversion) ... ok |
| | 254 | test_x_to_plain (__main__.TestMessageConversion) ... ok |
| | 255 | test_close (__main__.TestProxyFile) ... ok |
| | 256 | test_initialize (__main__.TestProxyFile) ... ok |
| | 257 | test_iteration (__main__.TestProxyFile) ... ok |
| | 258 | test_read (__main__.TestProxyFile) ... ok |
| | 259 | test_readline (__main__.TestProxyFile) ... ok |
| | 260 | test_readlines (__main__.TestProxyFile) ... ok |
| | 261 | test_seek_and_tell (__main__.TestProxyFile) ... ok |
| | 262 | test_close (__main__.TestPartialFile) ... ok |
| | 263 | test_initialize (__main__.TestPartialFile) ... ok |
| | 264 | test_iteration (__main__.TestPartialFile) ... ok |
| | 265 | test_read (__main__.TestPartialFile) ... ok |
| | 266 | test_readline (__main__.TestPartialFile) ... ok |
| | 267 | test_readlines (__main__.TestPartialFile) ... ok |
| | 268 | test_seek_and_tell (__main__.TestPartialFile) ... ok |
| | 269 | Test an empty maildir mailbox ... ok |
| | 270 | test_nonempty_maildir_both (__main__.MaildirTestCase) ... ERROR |
| | 271 | test_nonempty_maildir_cur (__main__.MaildirTestCase) ... ERROR |
| | 272 | test_nonempty_maildir_new (__main__.MaildirTestCase) ... ERROR |
| | 273 | test_unix_mbox (__main__.MaildirTestCase) ... ERROR |
| | 274 | |
| | 275 | ====================================================================== |
| | 276 | ERROR: test_add (__main__.TestMaildir) |
| | 277 | ---------------------------------------------------------------------- |
| | 278 | Traceback (most recent call last): |
| | 279 | File "test_mailbox.py", line 67, in test_add |
| | 280 | keys.append(self._box.add(self._template % 0)) |
| | 281 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 282 | os.link(tmp_file.name, dest) |
| | 283 | OSError: [Errno -2147454933] Operation not supported |
| | 284 | |
| | 285 | ====================================================================== |
| | 286 | ERROR: test_add_MM (__main__.TestMaildir) |
| | 287 | ---------------------------------------------------------------------- |
| | 288 | Traceback (most recent call last): |
| | 289 | File "test_mailbox.py", line 476, in test_add_MM |
| | 290 | key = self._box.add(msg) |
| | 291 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 292 | os.link(tmp_file.name, dest) |
| | 293 | OSError: [Errno -2147454933] Operation not supported |
| | 294 | |
| | 295 | ====================================================================== |
| | 296 | ERROR: test_clear (__main__.TestMaildir) |
| | 297 | ---------------------------------------------------------------------- |
| | 298 | Traceback (most recent call last): |
| | 299 | File "test_mailbox.py", line 304, in test_clear |
| | 300 | self._box.add(self._template % i) |
| | 301 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 302 | os.link(tmp_file.name, dest) |
| | 303 | OSError: [Errno -2147454933] Operation not supported |
| | 304 | |
| | 305 | ====================================================================== |
| | 306 | ERROR: test_close (__main__.TestMaildir) |
| | 307 | ---------------------------------------------------------------------- |
| | 308 | Traceback (most recent call last): |
| | 309 | File "test_mailbox.py", line 394, in test_close |
| | 310 | self._test_flush_or_close(self._box.close, False) |
| | 311 | File "test_mailbox.py", line 398, in _test_flush_or_close |
| | 312 | self._box.add(contents[0]) |
| | 313 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 314 | os.link(tmp_file.name, dest) |
| | 315 | OSError: [Errno -2147454933] Operation not supported |
| | 316 | |
| | 317 | ====================================================================== |
| | 318 | ERROR: test_consistent_factory (__main__.TestMaildir) |
| | 319 | ---------------------------------------------------------------------- |
| | 320 | Traceback (most recent call last): |
| | 321 | File "test_mailbox.py", line 519, in test_consistent_factory |
| | 322 | key = self._box.add(msg) |
| | 323 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 324 | os.link(tmp_file.name, dest) |
| | 325 | OSError: [Errno -2147454933] Operation not supported |
| | 326 | |
| | 327 | ====================================================================== |
| | 328 | ERROR: test_contains (__main__.TestMaildir) |
| | 329 | ---------------------------------------------------------------------- |
| | 330 | Traceback (most recent call last): |
| | 331 | File "test_mailbox.py", line 240, in test_contains |
| | 332 | self._test_has_key_or_contains(self._box.__contains__) |
| | 333 | File "test_mailbox.py", line 245, in _test_has_key_or_contains |
| | 334 | key0 = self._box.add(self._template % 0) |
| | 335 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 336 | os.link(tmp_file.name, dest) |
| | 337 | OSError: [Errno -2147454933] Operation not supported |
| | 338 | |
| | 339 | ====================================================================== |
| | 340 | ERROR: test_delitem (__main__.TestMaildir) |
| | 341 | ---------------------------------------------------------------------- |
| | 342 | Traceback (most recent call last): |
| | 343 | File "test_mailbox.py", line 87, in test_delitem |
| | 344 | self._test_remove_or_delitem(self._box.__delitem__) |
| | 345 | File "test_mailbox.py", line 91, in _test_remove_or_delitem |
| | 346 | key0 = self._box.add(self._template % 0) |
| | 347 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 348 | os.link(tmp_file.name, dest) |
| | 349 | OSError: [Errno -2147454933] Operation not supported |
| | 350 | |
| | 351 | ====================================================================== |
| | 352 | ERROR: test_directory_in_folder (__main__.TestMaildir) |
| | 353 | ---------------------------------------------------------------------- |
| | 354 | Traceback (most recent call last): |
| | 355 | File "test_mailbox.py", line 710, in test_directory_in_folder |
| | 356 | self._box.add(mailbox.Message(_sample_message)) |
| | 357 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 358 | os.link(tmp_file.name, dest) |
| | 359 | OSError: [Errno -2147454933] Operation not supported |
| | 360 | |
| | 361 | ====================================================================== |
| | 362 | ERROR: test_discard (__main__.TestMaildir) |
| | 363 | ---------------------------------------------------------------------- |
| | 364 | Traceback (most recent call last): |
| | 365 | File "test_mailbox.py", line 115, in test_discard |
| | 366 | key0 = self._box.add(self._template % 0) |
| | 367 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 368 | os.link(tmp_file.name, dest) |
| | 369 | OSError: [Errno -2147454933] Operation not supported |
| | 370 | |
| | 371 | ====================================================================== |
| | 372 | ERROR: test_file_permissions (__main__.TestMaildir) |
| | 373 | ---------------------------------------------------------------------- |
| | 374 | Traceback (most recent call last): |
| | 375 | File "test_mailbox.py", line 726, in test_file_permissions |
| | 376 | key = self._box.add(msg) |
| | 377 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 378 | os.link(tmp_file.name, dest) |
| | 379 | OSError: [Errno -2147454933] Operation not supported |
| | 380 | |
| | 381 | ====================================================================== |
| | 382 | ERROR: test_flush (__main__.TestMaildir) |
| | 383 | ---------------------------------------------------------------------- |
| | 384 | Traceback (most recent call last): |
| | 385 | File "test_mailbox.py", line 382, in test_flush |
| | 386 | self._test_flush_or_close(self._box.flush, True) |
| | 387 | File "test_mailbox.py", line 398, in _test_flush_or_close |
| | 388 | self._box.add(contents[0]) |
| | 389 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 390 | os.link(tmp_file.name, dest) |
| | 391 | OSError: [Errno -2147454933] Operation not supported |
| | 392 | |
| | 393 | ====================================================================== |
| | 394 | ERROR: test_get (__main__.TestMaildir) |
| | 395 | ---------------------------------------------------------------------- |
| | 396 | Traceback (most recent call last): |
| | 397 | File "test_mailbox.py", line 127, in test_get |
| | 398 | key0 = self._box.add(self._template % 0) |
| | 399 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 400 | os.link(tmp_file.name, dest) |
| | 401 | OSError: [Errno -2147454933] Operation not supported |
| | 402 | |
| | 403 | ====================================================================== |
| | 404 | ERROR: test_get_MM (__main__.TestMaildir) |
| | 405 | ---------------------------------------------------------------------- |
| | 406 | Traceback (most recent call last): |
| | 407 | File "test_mailbox.py", line 485, in test_get_MM |
| | 408 | key = self._box.add(msg) |
| | 409 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 410 | os.link(tmp_file.name, dest) |
| | 411 | OSError: [Errno -2147454933] Operation not supported |
| | 412 | |
| | 413 | ====================================================================== |
| | 414 | ERROR: test_get_file (__main__.TestMaildir) |
| | 415 | ---------------------------------------------------------------------- |
| | 416 | Traceback (most recent call last): |
| | 417 | File "test_mailbox.py", line 169, in test_get_file |
| | 418 | key0 = self._box.add(self._template % 0) |
| | 419 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 420 | os.link(tmp_file.name, dest) |
| | 421 | OSError: [Errno -2147454933] Operation not supported |
| | 422 | |
| | 423 | ====================================================================== |
| | 424 | ERROR: test_get_folder (__main__.TestMaildir) |
| | 425 | ---------------------------------------------------------------------- |
| | 426 | Traceback (most recent call last): |
| | 427 | File "test_mailbox.py", line 570, in test_get_folder |
| | 428 | folder0.add(self._template % 'bar') |
| | 429 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 430 | os.link(tmp_file.name, dest) |
| | 431 | OSError: [Errno -2147454933] Operation not supported |
| | 432 | |
| | 433 | ====================================================================== |
| | 434 | ERROR: test_get_message (__main__.TestMaildir) |
| | 435 | ---------------------------------------------------------------------- |
| | 436 | Traceback (most recent call last): |
| | 437 | File "test_mailbox.py", line 152, in test_get_message |
| | 438 | key0 = self._box.add(self._template % 0) |
| | 439 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 440 | os.link(tmp_file.name, dest) |
| | 441 | OSError: [Errno -2147454933] Operation not supported |
| | 442 | |
| | 443 | ====================================================================== |
| | 444 | ERROR: test_get_string (__main__.TestMaildir) |
| | 445 | ---------------------------------------------------------------------- |
| | 446 | Traceback (most recent call last): |
| | 447 | File "test_mailbox.py", line 162, in test_get_string |
| | 448 | key0 = self._box.add(self._template % 0) |
| | 449 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 450 | os.link(tmp_file.name, dest) |
| | 451 | OSError: [Errno -2147454933] Operation not supported |
| | 452 | |
| | 453 | ====================================================================== |
| | 454 | ERROR: test_getitem (__main__.TestMaildir) |
| | 455 | ---------------------------------------------------------------------- |
| | 456 | Traceback (most recent call last): |
| | 457 | File "test_mailbox.py", line 142, in test_getitem |
| | 458 | key0 = self._box.add(self._template % 0) |
| | 459 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 460 | os.link(tmp_file.name, dest) |
| | 461 | OSError: [Errno -2147454933] Operation not supported |
| | 462 | |
| | 463 | ====================================================================== |
| | 464 | ERROR: test_has_key (__main__.TestMaildir) |
| | 465 | ---------------------------------------------------------------------- |
| | 466 | Traceback (most recent call last): |
| | 467 | File "test_mailbox.py", line 236, in test_has_key |
| | 468 | self._test_has_key_or_contains(self._box.has_key) |
| | 469 | File "test_mailbox.py", line 245, in _test_has_key_or_contains |
| | 470 | key0 = self._box.add(self._template % 0) |
| | 471 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 472 | os.link(tmp_file.name, dest) |
| | 473 | OSError: [Errno -2147454933] Operation not supported |
| | 474 | |
| | 475 | ====================================================================== |
| | 476 | ERROR: test_items (__main__.TestMaildir) |
| | 477 | ---------------------------------------------------------------------- |
| | 478 | Traceback (most recent call last): |
| | 479 | File "test_mailbox.py", line 205, in test_items |
| | 480 | self._check_iteration(self._box.items, do_keys=True, do_values=True) |
| | 481 | File "test_mailbox.py", line 212, in _check_iteration |
| | 482 | keys.append(self._box.add(self._template % i)) |
| | 483 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 484 | os.link(tmp_file.name, dest) |
| | 485 | OSError: [Errno -2147454933] Operation not supported |
| | 486 | |
| | 487 | ====================================================================== |
| | 488 | ERROR: test_iter (__main__.TestMaildir) |
| | 489 | ---------------------------------------------------------------------- |
| | 490 | Traceback (most recent call last): |
| | 491 | File "test_mailbox.py", line 192, in test_iter |
| | 492 | do_values=True) |
| | 493 | File "test_mailbox.py", line 212, in _check_iteration |
| | 494 | keys.append(self._box.add(self._template % i)) |
| | 495 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 496 | os.link(tmp_file.name, dest) |
| | 497 | OSError: [Errno -2147454933] Operation not supported |
| | 498 | |
| | 499 | ====================================================================== |
| | 500 | ERROR: test_iteritems (__main__.TestMaildir) |
| | 501 | ---------------------------------------------------------------------- |
| | 502 | Traceback (most recent call last): |
| | 503 | File "test_mailbox.py", line 201, in test_iteritems |
| | 504 | do_values=True) |
| | 505 | File "test_mailbox.py", line 212, in _check_iteration |
| | 506 | keys.append(self._box.add(self._template % i)) |
| | 507 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 508 | os.link(tmp_file.name, dest) |
| | 509 | OSError: [Errno -2147454933] Operation not supported |
| | 510 | |
| | 511 | ====================================================================== |
| | 512 | ERROR: test_iterkeys (__main__.TestMaildir) |
| | 513 | ---------------------------------------------------------------------- |
| | 514 | Traceback (most recent call last): |
| | 515 | File "test_mailbox.py", line 178, in test_iterkeys |
| | 516 | self._check_iteration(self._box.iterkeys, do_keys=True, do_values=False) |
| | 517 | File "test_mailbox.py", line 212, in _check_iteration |
| | 518 | keys.append(self._box.add(self._template % i)) |
| | 519 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 520 | os.link(tmp_file.name, dest) |
| | 521 | OSError: [Errno -2147454933] Operation not supported |
| | 522 | |
| | 523 | ====================================================================== |
| | 524 | ERROR: test_itervalues (__main__.TestMaildir) |
| | 525 | ---------------------------------------------------------------------- |
| | 526 | Traceback (most recent call last): |
| | 527 | File "test_mailbox.py", line 187, in test_itervalues |
| | 528 | do_values=True) |
| | 529 | File "test_mailbox.py", line 212, in _check_iteration |
| | 530 | keys.append(self._box.add(self._template % i)) |
| | 531 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 532 | os.link(tmp_file.name, dest) |
| | 533 | OSError: [Errno -2147454933] Operation not supported |
| | 534 | |
| | 535 | ====================================================================== |
| | 536 | ERROR: test_keys (__main__.TestMaildir) |
| | 537 | ---------------------------------------------------------------------- |
| | 538 | Traceback (most recent call last): |
| | 539 | File "test_mailbox.py", line 182, in test_keys |
| | 540 | self._check_iteration(self._box.keys, do_keys=True, do_values=False) |
| | 541 | File "test_mailbox.py", line 212, in _check_iteration |
| | 542 | keys.append(self._box.add(self._template % i)) |
| | 543 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 544 | os.link(tmp_file.name, dest) |
| | 545 | OSError: [Errno -2147454933] Operation not supported |
| | 546 | |
| | 547 | ====================================================================== |
| | 548 | ERROR: test_len (__main__.TestMaildir) |
| | 549 | ---------------------------------------------------------------------- |
| | 550 | Traceback (most recent call last): |
| | 551 | File "test_mailbox.py", line 266, in test_len |
| | 552 | keys.append(self._box.add(self._template % i)) |
| | 553 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 554 | os.link(tmp_file.name, dest) |
| | 555 | OSError: [Errno -2147454933] Operation not supported |
| | 556 | |
| | 557 | ====================================================================== |
| | 558 | ERROR: test_lookup (__main__.TestMaildir) |
| | 559 | ---------------------------------------------------------------------- |
| | 560 | Traceback (most recent call last): |
| | 561 | File "test_mailbox.py", line 682, in test_lookup |
| | 562 | key0 = self._box.add(self._template % 0) |
| | 563 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 564 | os.link(tmp_file.name, dest) |
| | 565 | OSError: [Errno -2147454933] Operation not supported |
| | 566 | |
| | 567 | ====================================================================== |
| | 568 | ERROR: test_pop (__main__.TestMaildir) |
| | 569 | ---------------------------------------------------------------------- |
| | 570 | Traceback (most recent call last): |
| | 571 | File "test_mailbox.py", line 314, in test_pop |
| | 572 | key0 = self._box.add(self._template % 0) |
| | 573 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 574 | os.link(tmp_file.name, dest) |
| | 575 | OSError: [Errno -2147454933] Operation not supported |
| | 576 | |
| | 577 | ====================================================================== |
| | 578 | ERROR: test_popitem (__main__.TestMaildir) |
| | 579 | ---------------------------------------------------------------------- |
| | 580 | Traceback (most recent call last): |
| | 581 | File "test_mailbox.py", line 334, in test_popitem |
| | 582 | keys.append(self._box.add(self._template % i)) |
| | 583 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 584 | os.link(tmp_file.name, dest) |
| | 585 | OSError: [Errno -2147454933] Operation not supported |
| | 586 | |
| | 587 | ====================================================================== |
| | 588 | ERROR: test_refresh (__main__.TestMaildir) |
| | 589 | ---------------------------------------------------------------------- |
| | 590 | Traceback (most recent call last): |
| | 591 | File "test_mailbox.py", line 665, in test_refresh |
| | 592 | key0 = self._box.add(self._template % 0) |
| | 593 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 594 | os.link(tmp_file.name, dest) |
| | 595 | OSError: [Errno -2147454933] Operation not supported |
| | 596 | |
| | 597 | ====================================================================== |
| | 598 | ERROR: test_remove (__main__.TestMaildir) |
| | 599 | ---------------------------------------------------------------------- |
| | 600 | Traceback (most recent call last): |
| | 601 | File "test_mailbox.py", line 83, in test_remove |
| | 602 | self._test_remove_or_delitem(self._box.remove) |
| | 603 | File "test_mailbox.py", line 91, in _test_remove_or_delitem |
| | 604 | key0 = self._box.add(self._template % 0) |
| | 605 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 606 | os.link(tmp_file.name, dest) |
| | 607 | OSError: [Errno -2147454933] Operation not supported |
| | 608 | |
| | 609 | ====================================================================== |
| | 610 | ERROR: test_set_MM (__main__.TestMaildir) |
| | 611 | ---------------------------------------------------------------------- |
| | 612 | Traceback (most recent call last): |
| | 613 | File "test_mailbox.py", line 495, in test_set_MM |
| | 614 | key = self._box.add(msg0) |
| | 615 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 616 | os.link(tmp_file.name, dest) |
| | 617 | OSError: [Errno -2147454933] Operation not supported |
| | 618 | |
| | 619 | ====================================================================== |
| | 620 | ERROR: test_set_item (__main__.TestMaildir) |
| | 621 | ---------------------------------------------------------------------- |
| | 622 | Traceback (most recent call last): |
| | 623 | File "test_mailbox.py", line 275, in test_set_item |
| | 624 | key0 = self._box.add(self._template % 'original 0') |
| | 625 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 626 | os.link(tmp_file.name, dest) |
| | 627 | OSError: [Errno -2147454933] Operation not supported |
| | 628 | |
| | 629 | ====================================================================== |
| | 630 | ERROR: test_update (__main__.TestMaildir) |
| | 631 | ---------------------------------------------------------------------- |
| | 632 | Traceback (most recent call last): |
| | 633 | File "test_mailbox.py", line 348, in test_update |
| | 634 | key0 = self._box.add(self._template % 'original 0') |
| | 635 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 636 | os.link(tmp_file.name, dest) |
| | 637 | OSError: [Errno -2147454933] Operation not supported |
| | 638 | |
| | 639 | ====================================================================== |
| | 640 | ERROR: test_values (__main__.TestMaildir) |
| | 641 | ---------------------------------------------------------------------- |
| | 642 | Traceback (most recent call last): |
| | 643 | File "test_mailbox.py", line 196, in test_values |
| | 644 | self._check_iteration(self._box.values, do_keys=False, do_values=True) |
| | 645 | File "test_mailbox.py", line 212, in _check_iteration |
| | 646 | keys.append(self._box.add(self._template % i)) |
| | 647 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 648 | os.link(tmp_file.name, dest) |
| | 649 | OSError: [Errno -2147454933] Operation not supported |
| | 650 | |
| | 651 | ====================================================================== |
| | 652 | ERROR: test_lock_conflict (__main__.TestMbox) |
| | 653 | ---------------------------------------------------------------------- |
| | 654 | Traceback (most recent call last): |
| | 655 | File "test_mailbox.py", line 806, in test_lock_conflict |
| | 656 | self._box.lock() |
| | 657 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 658 | _lock_file(self._file) |
| | 659 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 660 | os.link(pre_lock.name, f.name + '.lock') |
| | 661 | OSError: [Errno -2147454933] Operation not supported |
| | 662 | |
| | 663 | ====================================================================== |
| | 664 | ERROR: test_lock_unlock (__main__.TestMbox) |
| | 665 | ---------------------------------------------------------------------- |
| | 666 | Traceback (most recent call last): |
| | 667 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 668 | self._box.lock() |
| | 669 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 670 | _lock_file(self._file) |
| | 671 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 672 | os.link(pre_lock.name, f.name + '.lock') |
| | 673 | OSError: [Errno -2147454933] Operation not supported |
| | 674 | |
| | 675 | ====================================================================== |
| | 676 | ERROR: test_relock (__main__.TestMbox) |
| | 677 | ---------------------------------------------------------------------- |
| | 678 | Traceback (most recent call last): |
| | 679 | File "test_mailbox.py", line 833, in test_relock |
| | 680 | self._box.lock() |
| | 681 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 682 | _lock_file(self._file) |
| | 683 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 684 | os.link(pre_lock.name, f.name + '.lock') |
| | 685 | OSError: [Errno -2147454933] Operation not supported |
| | 686 | |
| | 687 | ====================================================================== |
| | 688 | ERROR: test_lock_conflict (__main__.TestMMDF) |
| | 689 | ---------------------------------------------------------------------- |
| | 690 | Traceback (most recent call last): |
| | 691 | File "test_mailbox.py", line 806, in test_lock_conflict |
| | 692 | self._box.lock() |
| | 693 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 694 | _lock_file(self._file) |
| | 695 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 696 | os.link(pre_lock.name, f.name + '.lock') |
| | 697 | OSError: [Errno -2147454933] Operation not supported |
| | 698 | |
| | 699 | ====================================================================== |
| | 700 | ERROR: test_lock_unlock (__main__.TestMMDF) |
| | 701 | ---------------------------------------------------------------------- |
| | 702 | Traceback (most recent call last): |
| | 703 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 704 | self._box.lock() |
| | 705 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 706 | _lock_file(self._file) |
| | 707 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 708 | os.link(pre_lock.name, f.name + '.lock') |
| | 709 | OSError: [Errno -2147454933] Operation not supported |
| | 710 | |
| | 711 | ====================================================================== |
| | 712 | ERROR: test_relock (__main__.TestMMDF) |
| | 713 | ---------------------------------------------------------------------- |
| | 714 | Traceback (most recent call last): |
| | 715 | File "test_mailbox.py", line 833, in test_relock |
| | 716 | self._box.lock() |
| | 717 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 718 | _lock_file(self._file) |
| | 719 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 720 | os.link(pre_lock.name, f.name + '.lock') |
| | 721 | OSError: [Errno -2147454933] Operation not supported |
| | 722 | |
| | 723 | ====================================================================== |
| | 724 | ERROR: test_lock_unlock (__main__.TestMH) |
| | 725 | ---------------------------------------------------------------------- |
| | 726 | Traceback (most recent call last): |
| | 727 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 728 | self._box.lock() |
| | 729 | File "/boot/common/lib/python2.7/mailbox.py", line 970, in lock |
| | 730 | _lock_file(self._file) |
| | 731 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 732 | os.link(pre_lock.name, f.name + '.lock') |
| | 733 | OSError: [Errno -2147454933] Operation not supported |
| | 734 | |
| | 735 | ====================================================================== |
| | 736 | ERROR: test_pack (__main__.TestMH) |
| | 737 | ---------------------------------------------------------------------- |
| | 738 | Traceback (most recent call last): |
| | 739 | File "test_mailbox.py", line 960, in test_pack |
| | 740 | self._box.pack() |
| | 741 | File "/boot/common/lib/python2.7/mailbox.py", line 1086, in pack |
| | 742 | os.path.join(self._path, str(prev + 1))) |
| | 743 | OSError: [Errno -2147454933] Operation not supported |
| | 744 | |
| | 745 | ====================================================================== |
| | 746 | ERROR: test_lock_unlock (__main__.TestBabyl) |
| | 747 | ---------------------------------------------------------------------- |
| | 748 | Traceback (most recent call last): |
| | 749 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 750 | self._box.lock() |
| | 751 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 752 | _lock_file(self._file) |
| | 753 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 754 | os.link(pre_lock.name, f.name + '.lock') |
| | 755 | OSError: [Errno -2147454933] Operation not supported |
| | 756 | |
| | 757 | ====================================================================== |
| | 758 | ERROR: test_nonempty_maildir_both (__main__.MaildirTestCase) |
| | 759 | ---------------------------------------------------------------------- |
| | 760 | Traceback (most recent call last): |
| | 761 | File "test_mailbox.py", line 1809, in test_nonempty_maildir_both |
| | 762 | self.createMessage("cur") |
| | 763 | File "test_mailbox.py", line 1774, in createMessage |
| | 764 | os.link(tmpname, newname) |
| | 765 | OSError: [Errno -2147454933] Operation not supported |
| | 766 | |
| | 767 | ====================================================================== |
| | 768 | ERROR: test_nonempty_maildir_cur (__main__.MaildirTestCase) |
| | 769 | ---------------------------------------------------------------------- |
| | 770 | Traceback (most recent call last): |
| | 771 | File "test_mailbox.py", line 1793, in test_nonempty_maildir_cur |
| | 772 | self.createMessage("cur") |
| | 773 | File "test_mailbox.py", line 1774, in createMessage |
| | 774 | os.link(tmpname, newname) |
| | 775 | OSError: [Errno -2147454933] Operation not supported |
| | 776 | |
| | 777 | ====================================================================== |
| | 778 | ERROR: test_nonempty_maildir_new (__main__.MaildirTestCase) |
| | 779 | ---------------------------------------------------------------------- |
| | 780 | Traceback (most recent call last): |
| | 781 | File "test_mailbox.py", line 1801, in test_nonempty_maildir_new |
| | 782 | self.createMessage("new") |
| | 783 | File "test_mailbox.py", line 1774, in createMessage |
| | 784 | os.link(tmpname, newname) |
| | 785 | OSError: [Errno -2147454933] Operation not supported |
| | 786 | |
| | 787 | ====================================================================== |
| | 788 | ERROR: test_unix_mbox (__main__.MaildirTestCase) |
| | 789 | ---------------------------------------------------------------------- |
| | 790 | Traceback (most recent call last): |
| | 791 | File "test_mailbox.py", line 1821, in test_unix_mbox |
| | 792 | fname = self.createMessage("cur", True) |
| | 793 | File "test_mailbox.py", line 1774, in createMessage |
| | 794 | os.link(tmpname, newname) |
| | 795 | OSError: [Errno -2147454933] Operation not supported |
| | 796 | |
| | 797 | ====================================================================== |
| | 798 | FAIL: test_clean (__main__.TestMaildir) |
| | 799 | ---------------------------------------------------------------------- |
| | 800 | Traceback (most recent call last): |
| | 801 | File "test_mailbox.py", line 612, in test_clean |
| | 802 | self.assert_(not os.path.exists(foo_path)) |
| | 803 | AssertionError: None |
| | 804 | |
| | 805 | ---------------------------------------------------------------------- |
| | 806 | Ran 271 tests in 8.087s |
| | 807 | |
| | 808 | FAILED (failures=1, errors=48) |
| | 809 | Traceback (most recent call last): |
| | 810 | File "test_mailbox.py", line 1926, in <module> |
| | 811 | test_main() |
| | 812 | File "test_mailbox.py", line 1921, in test_main |
| | 813 | test_support.run_unittest(*tests) |
| | 814 | File "/boot/common/lib/python2.7/test/test_support.py", line 722, in run_unittest |
| | 815 | _run_suite(suite) |
| | 816 | File "/boot/common/lib/python2.7/test/test_support.py", line 705, in _run_suite |
| | 817 | raise TestFailed(err) |
| | 818 | test.test_support.TestFailed: errors occurred; run in verbose mode for details |
| | 819 | ERROR |
| | 820 | test_lock_unlock (__main__.TestMMDF) ... ERROR |
| | 821 | test_open_close_open (__main__.TestMMDF) ... ok |
| | 822 | test_pop (__main__.TestMMDF) ... ok |
| | 823 | test_popitem (__main__.TestMMDF) ... ok |
| | 824 | test_relock (__main__.TestMMDF) ... ERROR |
| | 825 | test_remove (__main__.TestMMDF) ... ok |
| | 826 | test_set_item (__main__.TestMMDF) ... ok |
| | 827 | test_update (__main__.TestMMDF) ... ok |
| | 828 | test_values (__main__.TestMMDF) ... ok |
| | 829 | test_add (__main__.TestMH) ... ok |
| | 830 | test_add_and_remove_folders (__main__.TestMH) ... ok |
| | 831 | test_clear (__main__.TestMH) ... ok |
| | 832 | test_close (__main__.TestMH) ... ok |
| | 833 | test_contains (__main__.TestMH) ... ok |
| | 834 | test_delitem (__main__.TestMH) ... ok |
| | 835 | test_discard (__main__.TestMH) ... ok |
| | 836 | test_dump_message (__main__.TestMH) ... ok |
| | 837 | test_flush (__main__.TestMH) ... ok |
| | 838 | test_get (__main__.TestMH) ... ok |
| | 839 | test_get_file (__main__.TestMH) ... ok |
| | 840 | test_get_folder (__main__.TestMH) ... ok |
| | 841 | test_get_message (__main__.TestMH) ... ok |
| | 842 | test_get_string (__main__.TestMH) ... ok |
| | 843 | test_getitem (__main__.TestMH) ... ok |
| | 844 | test_has_key (__main__.TestMH) ... ok |
| | 845 | test_items (__main__.TestMH) ... ok |
| | 846 | test_iter (__main__.TestMH) ... ok |
| | 847 | test_iteritems (__main__.TestMH) ... ok |
| | 848 | test_iterkeys (__main__.TestMH) ... ok |
| | 849 | test_itervalues (__main__.TestMH) ... ok |
| | 850 | test_keys (__main__.TestMH) ... ok |
| | 851 | test_len (__main__.TestMH) ... ok |
| | 852 | test_list_folders (__main__.TestMH) ... ok |
| | 853 | test_lock_unlock (__main__.TestMH) ... ERROR |
| | 854 | test_pack (__main__.TestMH) ... ERROR |
| | 855 | test_pop (__main__.TestMH) ... ok |
| | 856 | test_popitem (__main__.TestMH) ... ok |
| | 857 | test_remove (__main__.TestMH) ... ok |
| | 858 | test_sequences (__main__.TestMH) ... ok |
| | 859 | test_set_item (__main__.TestMH) ... ok |
| | 860 | test_update (__main__.TestMH) ... ok |
| | 861 | test_values (__main__.TestMH) ... ok |
| | 862 | test_add (__main__.TestBabyl) ... ok |
| | 863 | test_clear (__main__.TestBabyl) ... ok |
| | 864 | test_close (__main__.TestBabyl) ... ok |
| | 865 | test_contains (__main__.TestBabyl) ... ok |
| | 866 | test_delitem (__main__.TestBabyl) ... ok |
| | 867 | test_discard (__main__.TestBabyl) ... ok |
| | 868 | test_dump_message (__main__.TestBabyl) ... ok |
| | 869 | test_flush (__main__.TestBabyl) ... ok |
| | 870 | test_get (__main__.TestBabyl) ... ok |
| | 871 | test_get_file (__main__.TestBabyl) ... ok |
| | 872 | test_get_message (__main__.TestBabyl) ... ok |
| | 873 | test_get_string (__main__.TestBabyl) ... ok |
| | 874 | test_getitem (__main__.TestBabyl) ... ok |
| | 875 | test_has_key (__main__.TestBabyl) ... ok |
| | 876 | test_items (__main__.TestBabyl) ... ok |
| | 877 | test_iter (__main__.TestBabyl) ... ok |
| | 878 | test_iteritems (__main__.TestBabyl) ... ok |
| | 879 | test_iterkeys (__main__.TestBabyl) ... ok |
| | 880 | test_itervalues (__main__.TestBabyl) ... ok |
| | 881 | test_keys (__main__.TestBabyl) ... ok |
| | 882 | test_labels (__main__.TestBabyl) ... ok |
| | 883 | test_len (__main__.TestBabyl) ... ok |
| | 884 | test_lock_unlock (__main__.TestBabyl) ... ERROR |
| | 885 | test_pop (__main__.TestBabyl) ... ok |
| | 886 | test_popitem (__main__.TestBabyl) ... ok |
| | 887 | test_remove (__main__.TestBabyl) ... ok |
| | 888 | test_set_item (__main__.TestBabyl) ... ok |
| | 889 | test_update (__main__.TestBabyl) ... ok |
| | 890 | test_values (__main__.TestBabyl) ... ok |
| | 891 | test_become_message (__main__.TestMessage) ... ok |
| | 892 | test_explain_to (__main__.TestMessage) ... ok |
| | 893 | test_initialize_incorrectly (__main__.TestMessage) ... ok |
| | 894 | test_initialize_with_eMM (__main__.TestMessage) ... ok |
| | 895 | test_initialize_with_file (__main__.TestMessage) ... ok |
| | 896 | test_initialize_with_nothing (__main__.TestMessage) ... ok |
| | 897 | test_initialize_with_string (__main__.TestMessage) ... ok |
| | 898 | test_become_message (__main__.TestMaildirMessage) ... ok |
| | 899 | test_date (__main__.TestMaildirMessage) ... ok |
| | 900 | test_explain_to (__main__.TestMaildirMessage) ... ok |
| | 901 | test_flags (__main__.TestMaildirMessage) ... ok |
| | 902 | test_info (__main__.TestMaildirMessage) ... ok |
| | 903 | test_info_and_flags (__main__.TestMaildirMessage) ... ok |
| | 904 | test_initialize_incorrectly (__main__.TestMaildirMessage) ... ok |
| | 905 | test_initialize_with_eMM (__main__.TestMaildirMessage) ... ok |
| | 906 | test_initialize_with_file (__main__.TestMaildirMessage) ... ok |
| | 907 | test_initialize_with_nothing (__main__.TestMaildirMessage) ... ok |
| | 908 | test_initialize_with_string (__main__.TestMaildirMessage) ... ok |
| | 909 | test_subdir (__main__.TestMaildirMessage) ... ok |
| | 910 | test_become_message (__main__.TestMboxMessage) ... ok |
| | 911 | test_explain_to (__main__.TestMboxMessage) ... ok |
| | 912 | test_flags (__main__.TestMboxMessage) ... ok |
| | 913 | test_from (__main__.TestMboxMessage) ... ok |
| | 914 | test_initialize_incorrectly (__main__.TestMboxMessage) ... ok |
| | 915 | test_initialize_with_eMM (__main__.TestMboxMessage) ... ok |
| | 916 | test_initialize_with_file (__main__.TestMboxMessage) ... ok |
| | 917 | test_initialize_with_nothing (__main__.TestMboxMessage) ... ok |
| | 918 | test_initialize_with_string (__main__.TestMboxMessage) ... ok |
| | 919 | test_initialize_with_unixfrom (__main__.TestMboxMessage) ... ok |
| | 920 | test_become_message (__main__.TestMHMessage) ... ok |
| | 921 | test_explain_to (__main__.TestMHMessage) ... ok |
| | 922 | test_initialize_incorrectly (__main__.TestMHMessage) ... ok |
| | 923 | test_initialize_with_eMM (__main__.TestMHMessage) ... ok |
| | 924 | test_initialize_with_file (__main__.TestMHMessage) ... ok |
| | 925 | test_initialize_with_nothing (__main__.TestMHMessage) ... ok |
| | 926 | test_initialize_with_string (__main__.TestMHMessage) ... ok |
| | 927 | test_sequences (__main__.TestMHMessage) ... ok |
| | 928 | test_become_message (__main__.TestBabylMessage) ... ok |
| | 929 | test_explain_to (__main__.TestBabylMessage) ... ok |
| | 930 | test_initialize_incorrectly (__main__.TestBabylMessage) ... ok |
| | 931 | test_initialize_with_eMM (__main__.TestBabylMessage) ... ok |
| | 932 | test_initialize_with_file (__main__.TestBabylMessage) ... ok |
| | 933 | test_initialize_with_nothing (__main__.TestBabylMessage) ... ok |
| | 934 | test_initialize_with_string (__main__.TestBabylMessage) ... ok |
| | 935 | test_labels (__main__.TestBabylMessage) ... ok |
| | 936 | test_visible (__main__.TestBabylMessage) ... ok |
| | 937 | test_become_message (__main__.TestMMDFMessage) ... ok |
| | 938 | test_explain_to (__main__.TestMMDFMessage) ... ok |
| | 939 | test_flags (__main__.TestMMDFMessage) ... ok |
| | 940 | test_from (__main__.TestMMDFMessage) ... ok |
| | 941 | test_initialize_incorrectly (__main__.TestMMDFMessage) ... ok |
| | 942 | test_initialize_with_eMM (__main__.TestMMDFMessage) ... ok |
| | 943 | test_initialize_with_file (__main__.TestMMDFMessage) ... ok |
| | 944 | test_initialize_with_nothing (__main__.TestMMDFMessage) ... ok |
| | 945 | test_initialize_with_string (__main__.TestMMDFMessage) ... ok |
| | 946 | test_initialize_with_unixfrom (__main__.TestMMDFMessage) ... ok |
| | 947 | test_babyl_to_babyl (__main__.TestMessageConversion) ... ok |
| | 948 | test_babyl_to_maildir (__main__.TestMessageConversion) ... ok |
| | 949 | test_babyl_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 950 | test_babyl_to_mh (__main__.TestMessageConversion) ... ok |
| | 951 | test_maildir_to_babyl (__main__.TestMessageConversion) ... ok |
| | 952 | test_maildir_to_maildir (__main__.TestMessageConversion) ... ok |
| | 953 | test_maildir_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 954 | test_maildir_to_mh (__main__.TestMessageConversion) ... ok |
| | 955 | test_mboxmmdf_to_babyl (__main__.TestMessageConversion) ... ok |
| | 956 | test_mboxmmdf_to_maildir (__main__.TestMessageConversion) ... ok |
| | 957 | test_mboxmmdf_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 958 | test_mboxmmdf_to_mh (__main__.TestMessageConversion) ... ok |
| | 959 | test_mh_to_babyl (__main__.TestMessageConversion) ... ok |
| | 960 | test_mh_to_maildir (__main__.TestMessageConversion) ... ok |
| | 961 | test_mh_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 962 | test_mh_to_mh (__main__.TestMessageConversion) ... ok |
| | 963 | test_plain_to_x (__main__.TestMessageConversion) ... ok |
| | 964 | test_x_to_invalid (__main__.TestMessageConversion) ... ok |
| | 965 | test_x_to_plain (__main__.TestMessageConversion) ... ok |
| | 966 | test_close (__main__.TestProxyFile) ... ok |
| | 967 | test_initialize (__main__.TestProxyFile) ... ok |
| | 968 | test_iteration (__main__.TestProxyFile) ... ok |
| | 969 | test_read (__main__.TestProxyFile) ... ok |
| | 970 | test_readline (__main__.TestProxyFile) ... ok |
| | 971 | test_readlines (__main__.TestProxyFile) ... ok |
| | 972 | test_seek_and_tell (__main__.TestProxyFile) ... ok |
| | 973 | test_close (__main__.TestPartialFile) ... ok |
| | 974 | test_initialize (__main__.TestPartialFile) ... ok |
| | 975 | test_iteration (__main__.TestPartialFile) ... ok |
| | 976 | test_read (__main__.TestPartialFile) ... ok |
| | 977 | test_readline (__main__.TestPartialFile) ... ok |
| | 978 | test_readlines (__main__.TestPartialFile) ... ok |
| | 979 | test_seek_and_tell (__main__.TestPartialFile) ... ok |
| | 980 | Test an empty maildir mailbox ... ok |
| | 981 | test_nonempty_maildir_both (__main__.MaildirTestCase) ... ERROR |
| | 982 | test_nonempty_maildir_cur (__main__.MaildirTestCase) ... ERROR |
| | 983 | test_nonempty_maildir_new (__main__.MaildirTestCase) ... ERROR |
| | 984 | test_unix_mbox (__main__.MaildirTestCase) ... ERROR |
| | 985 | |
| | 986 | ====================================================================== |
| | 987 | ERROR: test_add (__main__.TestMaildir) |
| | 988 | ---------------------------------------------------------------------- |
| | 989 | Traceback (most recent call last): |
| | 990 | File "test_mailbox.py", line 67, in test_add |
| | 991 | keys.append(self._box.add(self._template % 0)) |
| | 992 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 993 | os.link(tmp_file.name, dest) |
| | 994 | OSError: [Errno -2147454933] Operation not supported |
| | 995 | |
| | 996 | ====================================================================== |
| | 997 | ERROR: test_add_MM (__main__.TestMaildir) |
| | 998 | ---------------------------------------------------------------------- |
| | 999 | Traceback (most recent call last): |
| | 1000 | File "test_mailbox.py", line 476, in test_add_MM |
| | 1001 | key = self._box.add(msg) |
| | 1002 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1003 | os.link(tmp_file.name, dest) |
| | 1004 | OSError: [Errno -2147454933] Operation not supported |
| | 1005 | |
| | 1006 | ====================================================================== |
| | 1007 | ERROR: test_clear (__main__.TestMaildir) |
| | 1008 | ---------------------------------------------------------------------- |
| | 1009 | Traceback (most recent call last): |
| | 1010 | File "test_mailbox.py", line 304, in test_clear |
| | 1011 | self._box.add(self._template % i) |
| | 1012 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1013 | os.link(tmp_file.name, dest) |
| | 1014 | OSError: [Errno -2147454933] Operation not supported |
| | 1015 | |
| | 1016 | ====================================================================== |
| | 1017 | ERROR: test_close (__main__.TestMaildir) |
| | 1018 | ---------------------------------------------------------------------- |
| | 1019 | Traceback (most recent call last): |
| | 1020 | File "test_mailbox.py", line 394, in test_close |
| | 1021 | self._test_flush_or_close(self._box.close, False) |
| | 1022 | File "test_mailbox.py", line 398, in _test_flush_or_close |
| | 1023 | self._box.add(contents[0]) |
| | 1024 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1025 | os.link(tmp_file.name, dest) |
| | 1026 | OSError: [Errno -2147454933] Operation not supported |
| | 1027 | |
| | 1028 | ====================================================================== |
| | 1029 | ERROR: test_consistent_factory (__main__.TestMaildir) |
| | 1030 | ---------------------------------------------------------------------- |
| | 1031 | Traceback (most recent call last): |
| | 1032 | File "test_mailbox.py", line 519, in test_consistent_factory |
| | 1033 | key = self._box.add(msg) |
| | 1034 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1035 | os.link(tmp_file.name, dest) |
| | 1036 | OSError: [Errno -2147454933] Operation not supported |
| | 1037 | |
| | 1038 | ====================================================================== |
| | 1039 | ERROR: test_contains (__main__.TestMaildir) |
| | 1040 | ---------------------------------------------------------------------- |
| | 1041 | Traceback (most recent call last): |
| | 1042 | File "test_mailbox.py", line 240, in test_contains |
| | 1043 | self._test_has_key_or_contains(self._box.__contains__) |
| | 1044 | File "test_mailbox.py", line 245, in _test_has_key_or_contains |
| | 1045 | key0 = self._box.add(self._template % 0) |
| | 1046 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1047 | os.link(tmp_file.name, dest) |
| | 1048 | OSError: [Errno -2147454933] Operation not supported |
| | 1049 | |
| | 1050 | ====================================================================== |
| | 1051 | ERROR: test_delitem (__main__.TestMaildir) |
| | 1052 | ---------------------------------------------------------------------- |
| | 1053 | Traceback (most recent call last): |
| | 1054 | File "test_mailbox.py", line 87, in test_delitem |
| | 1055 | self._test_remove_or_delitem(self._box.__delitem__) |
| | 1056 | File "test_mailbox.py", line 91, in _test_remove_or_delitem |
| | 1057 | key0 = self._box.add(self._template % 0) |
| | 1058 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1059 | os.link(tmp_file.name, dest) |
| | 1060 | OSError: [Errno -2147454933] Operation not supported |
| | 1061 | |
| | 1062 | ====================================================================== |
| | 1063 | ERROR: test_directory_in_folder (__main__.TestMaildir) |
| | 1064 | ---------------------------------------------------------------------- |
| | 1065 | Traceback (most recent call last): |
| | 1066 | File "test_mailbox.py", line 710, in test_directory_in_folder |
| | 1067 | self._box.add(mailbox.Message(_sample_message)) |
| | 1068 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1069 | os.link(tmp_file.name, dest) |
| | 1070 | OSError: [Errno -2147454933] Operation not supported |
| | 1071 | |
| | 1072 | ====================================================================== |
| | 1073 | ERROR: test_discard (__main__.TestMaildir) |
| | 1074 | ---------------------------------------------------------------------- |
| | 1075 | Traceback (most recent call last): |
| | 1076 | File "test_mailbox.py", line 115, in test_discard |
| | 1077 | key0 = self._box.add(self._template % 0) |
| | 1078 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1079 | os.link(tmp_file.name, dest) |
| | 1080 | OSError: [Errno -2147454933] Operation not supported |
| | 1081 | |
| | 1082 | ====================================================================== |
| | 1083 | ERROR: test_file_permissions (__main__.TestMaildir) |
| | 1084 | ---------------------------------------------------------------------- |
| | 1085 | Traceback (most recent call last): |
| | 1086 | File "test_mailbox.py", line 726, in test_file_permissions |
| | 1087 | key = self._box.add(msg) |
| | 1088 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1089 | os.link(tmp_file.name, dest) |
| | 1090 | OSError: [Errno -2147454933] Operation not supported |
| | 1091 | |
| | 1092 | ====================================================================== |
| | 1093 | ERROR: test_flush (__main__.TestMaildir) |
| | 1094 | ---------------------------------------------------------------------- |
| | 1095 | Traceback (most recent call last): |
| | 1096 | File "test_mailbox.py", line 382, in test_flush |
| | 1097 | self._test_flush_or_close(self._box.flush, True) |
| | 1098 | File "test_mailbox.py", line 398, in _test_flush_or_close |
| | 1099 | self._box.add(contents[0]) |
| | 1100 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1101 | os.link(tmp_file.name, dest) |
| | 1102 | OSError: [Errno -2147454933] Operation not supported |
| | 1103 | |
| | 1104 | ====================================================================== |
| | 1105 | ERROR: test_get (__main__.TestMaildir) |
| | 1106 | ---------------------------------------------------------------------- |
| | 1107 | Traceback (most recent call last): |
| | 1108 | File "test_mailbox.py", line 127, in test_get |
| | 1109 | key0 = self._box.add(self._template % 0) |
| | 1110 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1111 | os.link(tmp_file.name, dest) |
| | 1112 | OSError: [Errno -2147454933] Operation not supported |
| | 1113 | |
| | 1114 | ====================================================================== |
| | 1115 | ERROR: test_get_MM (__main__.TestMaildir) |
| | 1116 | ---------------------------------------------------------------------- |
| | 1117 | Traceback (most recent call last): |
| | 1118 | File "test_mailbox.py", line 485, in test_get_MM |
| | 1119 | key = self._box.add(msg) |
| | 1120 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1121 | os.link(tmp_file.name, dest) |
| | 1122 | OSError: [Errno -2147454933] Operation not supported |
| | 1123 | |
| | 1124 | ====================================================================== |
| | 1125 | ERROR: test_get_file (__main__.TestMaildir) |
| | 1126 | ---------------------------------------------------------------------- |
| | 1127 | Traceback (most recent call last): |
| | 1128 | File "test_mailbox.py", line 169, in test_get_file |
| | 1129 | key0 = self._box.add(self._template % 0) |
| | 1130 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1131 | os.link(tmp_file.name, dest) |
| | 1132 | OSError: [Errno -2147454933] Operation not supported |
| | 1133 | |
| | 1134 | ====================================================================== |
| | 1135 | ERROR: test_get_folder (__main__.TestMaildir) |
| | 1136 | ---------------------------------------------------------------------- |
| | 1137 | Traceback (most recent call last): |
| | 1138 | File "test_mailbox.py", line 570, in test_get_folder |
| | 1139 | folder0.add(self._template % 'bar') |
| | 1140 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1141 | os.link(tmp_file.name, dest) |
| | 1142 | OSError: [Errno -2147454933] Operation not supported |
| | 1143 | |
| | 1144 | ====================================================================== |
| | 1145 | ERROR: test_get_message (__main__.TestMaildir) |
| | 1146 | ---------------------------------------------------------------------- |
| | 1147 | Traceback (most recent call last): |
| | 1148 | File "test_mailbox.py", line 152, in test_get_message |
| | 1149 | key0 = self._box.add(self._template % 0) |
| | 1150 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1151 | os.link(tmp_file.name, dest) |
| | 1152 | OSError: [Errno -2147454933] Operation not supported |
| | 1153 | |
| | 1154 | ====================================================================== |
| | 1155 | ERROR: test_get_string (__main__.TestMaildir) |
| | 1156 | ---------------------------------------------------------------------- |
| | 1157 | Traceback (most recent call last): |
| | 1158 | File "test_mailbox.py", line 162, in test_get_string |
| | 1159 | key0 = self._box.add(self._template % 0) |
| | 1160 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1161 | os.link(tmp_file.name, dest) |
| | 1162 | OSError: [Errno -2147454933] Operation not supported |
| | 1163 | |
| | 1164 | ====================================================================== |
| | 1165 | ERROR: test_getitem (__main__.TestMaildir) |
| | 1166 | ---------------------------------------------------------------------- |
| | 1167 | Traceback (most recent call last): |
| | 1168 | File "test_mailbox.py", line 142, in test_getitem |
| | 1169 | key0 = self._box.add(self._template % 0) |
| | 1170 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1171 | os.link(tmp_file.name, dest) |
| | 1172 | OSError: [Errno -2147454933] Operation not supported |
| | 1173 | |
| | 1174 | ====================================================================== |
| | 1175 | ERROR: test_has_key (__main__.TestMaildir) |
| | 1176 | ---------------------------------------------------------------------- |
| | 1177 | Traceback (most recent call last): |
| | 1178 | File "test_mailbox.py", line 236, in test_has_key |
| | 1179 | self._test_has_key_or_contains(self._box.has_key) |
| | 1180 | File "test_mailbox.py", line 245, in _test_has_key_or_contains |
| | 1181 | key0 = self._box.add(self._template % 0) |
| | 1182 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1183 | os.link(tmp_file.name, dest) |
| | 1184 | OSError: [Errno -2147454933] Operation not supported |
| | 1185 | |
| | 1186 | ====================================================================== |
| | 1187 | ERROR: test_items (__main__.TestMaildir) |
| | 1188 | ---------------------------------------------------------------------- |
| | 1189 | Traceback (most recent call last): |
| | 1190 | File "test_mailbox.py", line 205, in test_items |
| | 1191 | self._check_iteration(self._box.items, do_keys=True, do_values=True) |
| | 1192 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1193 | keys.append(self._box.add(self._template % i)) |
| | 1194 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1195 | os.link(tmp_file.name, dest) |
| | 1196 | OSError: [Errno -2147454933] Operation not supported |
| | 1197 | |
| | 1198 | ====================================================================== |
| | 1199 | ERROR: test_iter (__main__.TestMaildir) |
| | 1200 | ---------------------------------------------------------------------- |
| | 1201 | Traceback (most recent call last): |
| | 1202 | File "test_mailbox.py", line 192, in test_iter |
| | 1203 | do_values=True) |
| | 1204 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1205 | keys.append(self._box.add(self._template % i)) |
| | 1206 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1207 | os.link(tmp_file.name, dest) |
| | 1208 | OSError: [Errno -2147454933] Operation not supported |
| | 1209 | |
| | 1210 | ====================================================================== |
| | 1211 | ERROR: test_iteritems (__main__.TestMaildir) |
| | 1212 | ---------------------------------------------------------------------- |
| | 1213 | Traceback (most recent call last): |
| | 1214 | File "test_mailbox.py", line 201, in test_iteritems |
| | 1215 | do_values=True) |
| | 1216 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1217 | keys.append(self._box.add(self._template % i)) |
| | 1218 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1219 | os.link(tmp_file.name, dest) |
| | 1220 | OSError: [Errno -2147454933] Operation not supported |
| | 1221 | |
| | 1222 | ====================================================================== |
| | 1223 | ERROR: test_iterkeys (__main__.TestMaildir) |
| | 1224 | ---------------------------------------------------------------------- |
| | 1225 | Traceback (most recent call last): |
| | 1226 | File "test_mailbox.py", line 178, in test_iterkeys |
| | 1227 | self._check_iteration(self._box.iterkeys, do_keys=True, do_values=False) |
| | 1228 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1229 | keys.append(self._box.add(self._template % i)) |
| | 1230 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1231 | os.link(tmp_file.name, dest) |
| | 1232 | OSError: [Errno -2147454933] Operation not supported |
| | 1233 | |
| | 1234 | ====================================================================== |
| | 1235 | ERROR: test_itervalues (__main__.TestMaildir) |
| | 1236 | ---------------------------------------------------------------------- |
| | 1237 | Traceback (most recent call last): |
| | 1238 | File "test_mailbox.py", line 187, in test_itervalues |
| | 1239 | do_values=True) |
| | 1240 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1241 | keys.append(self._box.add(self._template % i)) |
| | 1242 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1243 | os.link(tmp_file.name, dest) |
| | 1244 | OSError: [Errno -2147454933] Operation not supported |
| | 1245 | |
| | 1246 | ====================================================================== |
| | 1247 | ERROR: test_keys (__main__.TestMaildir) |
| | 1248 | ---------------------------------------------------------------------- |
| | 1249 | Traceback (most recent call last): |
| | 1250 | File "test_mailbox.py", line 182, in test_keys |
| | 1251 | self._check_iteration(self._box.keys, do_keys=True, do_values=False) |
| | 1252 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1253 | keys.append(self._box.add(self._template % i)) |
| | 1254 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1255 | os.link(tmp_file.name, dest) |
| | 1256 | OSError: [Errno -2147454933] Operation not supported |
| | 1257 | |
| | 1258 | ====================================================================== |
| | 1259 | ERROR: test_len (__main__.TestMaildir) |
| | 1260 | ---------------------------------------------------------------------- |
| | 1261 | Traceback (most recent call last): |
| | 1262 | File "test_mailbox.py", line 266, in test_len |
| | 1263 | keys.append(self._box.add(self._template % i)) |
| | 1264 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1265 | os.link(tmp_file.name, dest) |
| | 1266 | OSError: [Errno -2147454933] Operation not supported |
| | 1267 | |
| | 1268 | ====================================================================== |
| | 1269 | ERROR: test_lookup (__main__.TestMaildir) |
| | 1270 | ---------------------------------------------------------------------- |
| | 1271 | Traceback (most recent call last): |
| | 1272 | File "test_mailbox.py", line 682, in test_lookup |
| | 1273 | key0 = self._box.add(self._template % 0) |
| | 1274 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1275 | os.link(tmp_file.name, dest) |
| | 1276 | OSError: [Errno -2147454933] Operation not supported |
| | 1277 | |
| | 1278 | ====================================================================== |
| | 1279 | ERROR: test_pop (__main__.TestMaildir) |
| | 1280 | ---------------------------------------------------------------------- |
| | 1281 | Traceback (most recent call last): |
| | 1282 | File "test_mailbox.py", line 314, in test_pop |
| | 1283 | key0 = self._box.add(self._template % 0) |
| | 1284 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1285 | os.link(tmp_file.name, dest) |
| | 1286 | OSError: [Errno -2147454933] Operation not supported |
| | 1287 | |
| | 1288 | ====================================================================== |
| | 1289 | ERROR: test_popitem (__main__.TestMaildir) |
| | 1290 | ---------------------------------------------------------------------- |
| | 1291 | Traceback (most recent call last): |
| | 1292 | File "test_mailbox.py", line 334, in test_popitem |
| | 1293 | keys.append(self._box.add(self._template % i)) |
| | 1294 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1295 | os.link(tmp_file.name, dest) |
| | 1296 | OSError: [Errno -2147454933] Operation not supported |
| | 1297 | |
| | 1298 | ====================================================================== |
| | 1299 | ERROR: test_refresh (__main__.TestMaildir) |
| | 1300 | ---------------------------------------------------------------------- |
| | 1301 | Traceback (most recent call last): |
| | 1302 | File "test_mailbox.py", line 665, in test_refresh |
| | 1303 | key0 = self._box.add(self._template % 0) |
| | 1304 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1305 | os.link(tmp_file.name, dest) |
| | 1306 | OSError: [Errno -2147454933] Operation not supported |
| | 1307 | |
| | 1308 | ====================================================================== |
| | 1309 | ERROR: test_remove (__main__.TestMaildir) |
| | 1310 | ---------------------------------------------------------------------- |
| | 1311 | Traceback (most recent call last): |
| | 1312 | File "test_mailbox.py", line 83, in test_remove |
| | 1313 | self._test_remove_or_delitem(self._box.remove) |
| | 1314 | File "test_mailbox.py", line 91, in _test_remove_or_delitem |
| | 1315 | key0 = self._box.add(self._template % 0) |
| | 1316 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1317 | os.link(tmp_file.name, dest) |
| | 1318 | OSError: [Errno -2147454933] Operation not supported |
| | 1319 | |
| | 1320 | ====================================================================== |
| | 1321 | ERROR: test_set_MM (__main__.TestMaildir) |
| | 1322 | ---------------------------------------------------------------------- |
| | 1323 | Traceback (most recent call last): |
| | 1324 | File "test_mailbox.py", line 495, in test_set_MM |
| | 1325 | key = self._box.add(msg0) |
| | 1326 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1327 | os.link(tmp_file.name, dest) |
| | 1328 | OSError: [Errno -2147454933] Operation not supported |
| | 1329 | |
| | 1330 | ====================================================================== |
| | 1331 | ERROR: test_set_item (__main__.TestMaildir) |
| | 1332 | ---------------------------------------------------------------------- |
| | 1333 | Traceback (most recent call last): |
| | 1334 | File "test_mailbox.py", line 275, in test_set_item |
| | 1335 | key0 = self._box.add(self._template % 'original 0') |
| | 1336 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1337 | os.link(tmp_file.name, dest) |
| | 1338 | OSError: [Errno -2147454933] Operation not supported |
| | 1339 | |
| | 1340 | ====================================================================== |
| | 1341 | ERROR: test_update (__main__.TestMaildir) |
| | 1342 | ---------------------------------------------------------------------- |
| | 1343 | Traceback (most recent call last): |
| | 1344 | File "test_mailbox.py", line 348, in test_update |
| | 1345 | key0 = self._box.add(self._template % 'original 0') |
| | 1346 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1347 | os.link(tmp_file.name, dest) |
| | 1348 | OSError: [Errno -2147454933] Operation not supported |
| | 1349 | |
| | 1350 | ====================================================================== |
| | 1351 | ERROR: test_values (__main__.TestMaildir) |
| | 1352 | ---------------------------------------------------------------------- |
| | 1353 | Traceback (most recent call last): |
| | 1354 | File "test_mailbox.py", line 196, in test_values |
| | 1355 | self._check_iteration(self._box.values, do_keys=False, do_values=True) |
| | 1356 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1357 | keys.append(self._box.add(self._template % i)) |
| | 1358 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1359 | os.link(tmp_file.name, dest) |
| | 1360 | OSError: [Errno -2147454933] Operation not supported |
| | 1361 | |
| | 1362 | ====================================================================== |
| | 1363 | ERROR: test_lock_conflict (__main__.TestMbox) |
| | 1364 | ---------------------------------------------------------------------- |
| | 1365 | Traceback (most recent call last): |
| | 1366 | File "test_mailbox.py", line 806, in test_lock_conflict |
| | 1367 | self._box.lock() |
| | 1368 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 1369 | _lock_file(self._file) |
| | 1370 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 1371 | os.link(pre_lock.name, f.name + '.lock') |
| | 1372 | OSError: [Errno -2147454933] Operation not supported |
| | 1373 | |
| | 1374 | ====================================================================== |
| | 1375 | ERROR: test_lock_unlock (__main__.TestMbox) |
| | 1376 | ---------------------------------------------------------------------- |
| | 1377 | Traceback (most recent call last): |
| | 1378 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 1379 | self._box.lock() |
| | 1380 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 1381 | _lock_file(self._file) |
| | 1382 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 1383 | os.link(pre_lock.name, f.name + '.lock') |
| | 1384 | OSError: [Errno -2147454933] Operation not supported |
| | 1385 | |
| | 1386 | ====================================================================== |
| | 1387 | ERROR: test_relock (__main__.TestMbox) |
| | 1388 | ---------------------------------------------------------------------- |
| | 1389 | Traceback (most recent call last): |
| | 1390 | File "test_mailbox.py", line 833, in test_relock |
| | 1391 | self._box.lock() |
| | 1392 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 1393 | _lock_file(self._file) |
| | 1394 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 1395 | os.link(pre_lock.name, f.name + '.lock') |
| | 1396 | OSError: [Errno -2147454933] Operation not supported |
| | 1397 | |
| | 1398 | ====================================================================== |
| | 1399 | ERROR: test_lock_conflict (__main__.TestMMDF) |
| | 1400 | ---------------------------------------------------------------------- |
| | 1401 | Traceback (most recent call last): |
| | 1402 | File "test_mailbox.py", line 816, in test_lock_conflict |
| | 1403 | self._box.lock) |
| | 1404 | File "/boot/common/lib/python2.7/unittest.py", line 345, in failUnlessRaises |
| | 1405 | callableObj(*args, **kwargs) |
| | 1406 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 1407 | _lock_file(self._file) |
| | 1408 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 1409 | os.link(pre_lock.name, f.name + '.lock') |
| | 1410 | OSError: [Errno -2147454933] Operation not supported |
| | 1411 | |
| | 1412 | ====================================================================== |
| | 1413 | ERROR: test_lock_unlock (__main__.TestMMDF) |
| | 1414 | ---------------------------------------------------------------------- |
| | 1415 | Traceback (most recent call last): |
| | 1416 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 1417 | self._box.lock() |
| | 1418 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 1419 | _lock_file(self._file) |
| | 1420 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 1421 | os.link(pre_lock.name, f.name + '.lock') |
| | 1422 | OSError: [Errno -2147454933] Operation not supported |
| | 1423 | |
| | 1424 | ====================================================================== |
| | 1425 | ERROR: test_relock (__main__.TestMMDF) |
| | 1426 | ---------------------------------------------------------------------- |
| | 1427 | Traceback (most recent call last): |
| | 1428 | File "test_mailbox.py", line 833, in test_relock |
| | 1429 | self._box.lock() |
| | 1430 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 1431 | _lock_file(self._file) |
| | 1432 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 1433 | os.link(pre_lock.name, f.name + '.lock') |
| | 1434 | OSError: [Errno -2147454933] Operation not supported |
| | 1435 | |
| | 1436 | ====================================================================== |
| | 1437 | ERROR: test_lock_unlock (__main__.TestMH) |
| | 1438 | ---------------------------------------------------------------------- |
| | 1439 | Traceback (most recent call last): |
| | 1440 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 1441 | self._box.lock() |
| | 1442 | File "/boot/common/lib/python2.7/mailbox.py", line 970, in lock |
| | 1443 | _lock_file(self._file) |
| | 1444 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 1445 | os.link(pre_lock.name, f.name + '.lock') |
| | 1446 | OSError: [Errno -2147454933] Operation not supported |
| | 1447 | |
| | 1448 | ====================================================================== |
| | 1449 | ERROR: test_pack (__main__.TestMH) |
| | 1450 | ---------------------------------------------------------------------- |
| | 1451 | Traceback (most recent call last): |
| | 1452 | File "test_mailbox.py", line 960, in test_pack |
| | 1453 | self._box.pack() |
| | 1454 | File "/boot/common/lib/python2.7/mailbox.py", line 1086, in pack |
| | 1455 | os.path.join(self._path, str(prev + 1))) |
| | 1456 | OSError: [Errno -2147454933] Operation not supported |
| | 1457 | |
| | 1458 | ====================================================================== |
| | 1459 | ERROR: test_lock_unlock (__main__.TestBabyl) |
| | 1460 | ---------------------------------------------------------------------- |
| | 1461 | Traceback (most recent call last): |
| | 1462 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 1463 | self._box.lock() |
| | 1464 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 1465 | _lock_file(self._file) |
| | 1466 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 1467 | os.link(pre_lock.name, f.name + '.lock') |
| | 1468 | OSError: [Errno -2147454933] Operation not supported |
| | 1469 | |
| | 1470 | ====================================================================== |
| | 1471 | ERROR: test_nonempty_maildir_both (__main__.MaildirTestCase) |
| | 1472 | ---------------------------------------------------------------------- |
| | 1473 | Traceback (most recent call last): |
| | 1474 | File "test_mailbox.py", line 1809, in test_nonempty_maildir_both |
| | 1475 | self.createMessage("cur") |
| | 1476 | File "test_mailbox.py", line 1774, in createMessage |
| | 1477 | os.link(tmpname, newname) |
| | 1478 | OSError: [Errno -2147454933] Operation not supported |
| | 1479 | |
| | 1480 | ====================================================================== |
| | 1481 | ERROR: test_nonempty_maildir_cur (__main__.MaildirTestCase) |
| | 1482 | ---------------------------------------------------------------------- |
| | 1483 | Traceback (most recent call last): |
| | 1484 | File "test_mailbox.py", line 1793, in test_nonempty_maildir_cur |
| | 1485 | self.createMessage("cur") |
| | 1486 | File "test_mailbox.py", line 1774, in createMessage |
| | 1487 | os.link(tmpname, newname) |
| | 1488 | OSError: [Errno -2147454933] Operation not supported |
| | 1489 | |
| | 1490 | ====================================================================== |
| | 1491 | ERROR: test_nonempty_maildir_new (__main__.MaildirTestCase) |
| | 1492 | ---------------------------------------------------------------------- |
| | 1493 | Traceback (most recent call last): |
| | 1494 | File "test_mailbox.py", line 1801, in test_nonempty_maildir_new |
| | 1495 | self.createMessage("new") |
| | 1496 | File "test_mailbox.py", line 1774, in createMessage |
| | 1497 | os.link(tmpname, newname) |
| | 1498 | OSError: [Errno -2147454933] Operation not supported |
| | 1499 | |
| | 1500 | ====================================================================== |
| | 1501 | ERROR: test_unix_mbox (__main__.MaildirTestCase) |
| | 1502 | ---------------------------------------------------------------------- |
| | 1503 | Traceback (most recent call last): |
| | 1504 | File "test_mailbox.py", line 1821, in test_unix_mbox |
| | 1505 | fname = self.createMessage("cur", True) |
| | 1506 | File "test_mailbox.py", line 1774, in createMessage |
| | 1507 | os.link(tmpname, newname) |
| | 1508 | OSError: [Errno -2147454933] Operation not supported |
| | 1509 | |
| | 1510 | ====================================================================== |
| | 1511 | FAIL: test_clean (__main__.TestMaildir) |
| | 1512 | ---------------------------------------------------------------------- |
| | 1513 | Traceback (most recent call last): |
| | 1514 | File "test_mailbox.py", line 612, in test_clean |
| | 1515 | self.assert_(not os.path.exists(foo_path)) |
| | 1516 | AssertionError: None |
| | 1517 | |
| | 1518 | ---------------------------------------------------------------------- |
| | 1519 | Ran 271 tests in 13.263s |
| | 1520 | |
| | 1521 | FAILED (failures=1, errors=48) |
| | 1522 | Traceback (most recent call last): |
| | 1523 | File "test_mailbox.py", line 1926, in <module> |
| | 1524 | test_main() |
| | 1525 | File "test_mailbox.py", line 1921, in test_main |
| | 1526 | test_support.run_unittest(*tests) |
| | 1527 | File "/boot/common/lib/python2.7/test/test_support.py", line 722, in run_unittest |
| | 1528 | _run_suite(suite) |
| | 1529 | File "/boot/common/lib/python2.7/test/test_support.py", line 705, in _run_suite |
| | 1530 | raise TestFailed(err) |
| | 1531 | test.test_support.TestFailed: errors occurred; run in verbose mode for details |
| | 1532 | ERROR |
| | 1533 | test_lock_unlock (__main__.TestMbox) ... ERROR |
| | 1534 | test_open_close_open (__main__.TestMbox) ... ok |
| | 1535 | test_pop (__main__.TestMbox) ... ok |
| | 1536 | test_popitem (__main__.TestMbox) ... ok |
| | 1537 | test_relock (__main__.TestMbox) ... ERROR |
| | 1538 | test_remove (__main__.TestMbox) ... ok |
| | 1539 | test_set_item (__main__.TestMbox) ... ok |
| | 1540 | test_update (__main__.TestMbox) ... ok |
| | 1541 | test_values (__main__.TestMbox) ... ok |
| | 1542 | test_add (__main__.TestMMDF) ... ok |
| | 1543 | test_add_and_close (__main__.TestMMDF) ... ok |
| | 1544 | test_add_from_string (__main__.TestMMDF) ... ok |
| | 1545 | test_add_mbox_or_mmdf_message (__main__.TestMMDF) ... ok |
| | 1546 | test_clear (__main__.TestMMDF) ... ok |
| | 1547 | test_close (__main__.TestMMDF) ... ok |
| | 1548 | test_contains (__main__.TestMMDF) ... ok |
| | 1549 | test_delitem (__main__.TestMMDF) ... ok |
| | 1550 | test_discard (__main__.TestMMDF) ... ok |
| | 1551 | test_dump_message (__main__.TestMMDF) ... ok |
| | 1552 | test_flush (__main__.TestMMDF) ... ok |
| | 1553 | test_get (__main__.TestMMDF) ... ok |
| | 1554 | test_get_file (__main__.TestMMDF) ... ok |
| | 1555 | test_get_message (__main__.TestMMDF) ... ok |
| | 1556 | test_get_string (__main__.TestMMDF) ... ok |
| | 1557 | test_getitem (__main__.TestMMDF) ... ok |
| | 1558 | test_has_key (__main__.TestMMDF) ... ok |
| | 1559 | test_items (__main__.TestMMDF) ... ok |
| | 1560 | test_iter (__main__.TestMMDF) ... ok |
| | 1561 | test_iteritems (__main__.TestMMDF) ... ok |
| | 1562 | test_iterkeys (__main__.TestMMDF) ... ok |
| | 1563 | test_itervalues (__main__.TestMMDF) ... ok |
| | 1564 | test_keys (__main__.TestMMDF) ... ok |
| | 1565 | test_len (__main__.TestMMDF) ... ok |
| | 1566 | test_lock_conflict (__main__.TestMMDF) ... ERROR |
| | 1567 | test_lock_unlock (__main__.TestMMDF) ... ERROR |
| | 1568 | test_open_close_open (__main__.TestMMDF) ... ok |
| | 1569 | test_pop (__main__.TestMMDF) ... ok |
| | 1570 | test_popitem (__main__.TestMMDF) ... ok |
| | 1571 | test_relock (__main__.TestMMDF) ... ERROR |
| | 1572 | test_remove (__main__.TestMMDF) ... ok |
| | 1573 | test_set_item (__main__.TestMMDF) ... ok |
| | 1574 | test_update (__main__.TestMMDF) ... ok |
| | 1575 | test_values (__main__.TestMMDF) ... ok |
| | 1576 | test_add (__main__.TestMH) ... ok |
| | 1577 | test_add_and_remove_folders (__main__.TestMH) ... ok |
| | 1578 | test_clear (__main__.TestMH) ... ok |
| | 1579 | test_close (__main__.TestMH) ... ok |
| | 1580 | test_contains (__main__.TestMH) ... ok |
| | 1581 | test_delitem (__main__.TestMH) ... ok |
| | 1582 | test_discard (__main__.TestMH) ... ok |
| | 1583 | test_dump_message (__main__.TestMH) ... ok |
| | 1584 | test_flush (__main__.TestMH) ... ok |
| | 1585 | test_get (__main__.TestMH) ... ok |
| | 1586 | test_get_file (__main__.TestMH) ... ok |
| | 1587 | test_get_folder (__main__.TestMH) ... ok |
| | 1588 | test_get_message (__main__.TestMH) ... ok |
| | 1589 | test_get_string (__main__.TestMH) ... ok |
| | 1590 | test_getitem (__main__.TestMH) ... ok |
| | 1591 | test_has_key (__main__.TestMH) ... ok |
| | 1592 | test_items (__main__.TestMH) ... ok |
| | 1593 | test_iter (__main__.TestMH) ... ok |
| | 1594 | test_iteritems (__main__.TestMH) ... ok |
| | 1595 | test_iterkeys (__main__.TestMH) ... ok |
| | 1596 | test_itervalues (__main__.TestMH) ... ok |
| | 1597 | test_keys (__main__.TestMH) ... ok |
| | 1598 | test_len (__main__.TestMH) ... ok |
| | 1599 | test_list_folders (__main__.TestMH) ... ok |
| | 1600 | test_lock_unlock (__main__.TestMH) ... ERROR |
| | 1601 | test_pack (__main__.TestMH) ... ERROR |
| | 1602 | test_pop (__main__.TestMH) ... ok |
| | 1603 | test_popitem (__main__.TestMH) ... ok |
| | 1604 | test_remove (__main__.TestMH) ... ok |
| | 1605 | test_sequences (__main__.TestMH) ... ok |
| | 1606 | test_set_item (__main__.TestMH) ... ok |
| | 1607 | test_update (__main__.TestMH) ... ok |
| | 1608 | test_values (__main__.TestMH) ... ok |
| | 1609 | test_add (__main__.TestBabyl) ... ok |
| | 1610 | test_clear (__main__.TestBabyl) ... ok |
| | 1611 | test_close (__main__.TestBabyl) ... ok |
| | 1612 | test_contains (__main__.TestBabyl) ... ok |
| | 1613 | test_delitem (__main__.TestBabyl) ... ok |
| | 1614 | test_discard (__main__.TestBabyl) ... ok |
| | 1615 | test_dump_message (__main__.TestBabyl) ... ok |
| | 1616 | test_flush (__main__.TestBabyl) ... ok |
| | 1617 | test_get (__main__.TestBabyl) ... ok |
| | 1618 | test_get_file (__main__.TestBabyl) ... ok |
| | 1619 | test_get_message (__main__.TestBabyl) ... ok |
| | 1620 | test_get_string (__main__.TestBabyl) ... ok |
| | 1621 | test_getitem (__main__.TestBabyl) ... ok |
| | 1622 | test_has_key (__main__.TestBabyl) ... ok |
| | 1623 | test_items (__main__.TestBabyl) ... ok |
| | 1624 | test_iter (__main__.TestBabyl) ... ok |
| | 1625 | test_iteritems (__main__.TestBabyl) ... ok |
| | 1626 | test_iterkeys (__main__.TestBabyl) ... ok |
| | 1627 | test_itervalues (__main__.TestBabyl) ... ok |
| | 1628 | test_keys (__main__.TestBabyl) ... ok |
| | 1629 | test_labels (__main__.TestBabyl) ... ok |
| | 1630 | test_len (__main__.TestBabyl) ... ok |
| | 1631 | test_lock_unlock (__main__.TestBabyl) ... ERROR |
| | 1632 | test_pop (__main__.TestBabyl) ... ok |
| | 1633 | test_popitem (__main__.TestBabyl) ... ok |
| | 1634 | test_remove (__main__.TestBabyl) ... ok |
| | 1635 | test_set_item (__main__.TestBabyl) ... ok |
| | 1636 | test_update (__main__.TestBabyl) ... ok |
| | 1637 | test_values (__main__.TestBabyl) ... ok |
| | 1638 | test_become_message (__main__.TestMessage) ... ok |
| | 1639 | test_explain_to (__main__.TestMessage) ... ok |
| | 1640 | test_initialize_incorrectly (__main__.TestMessage) ... ok |
| | 1641 | test_initialize_with_eMM (__main__.TestMessage) ... ok |
| | 1642 | test_initialize_with_file (__main__.TestMessage) ... ok |
| | 1643 | test_initialize_with_nothing (__main__.TestMessage) ... ok |
| | 1644 | test_initialize_with_string (__main__.TestMessage) ... ok |
| | 1645 | test_become_message (__main__.TestMaildirMessage) ... ok |
| | 1646 | test_date (__main__.TestMaildirMessage) ... ok |
| | 1647 | test_explain_to (__main__.TestMaildirMessage) ... ok |
| | 1648 | test_flags (__main__.TestMaildirMessage) ... ok |
| | 1649 | test_info (__main__.TestMaildirMessage) ... ok |
| | 1650 | test_info_and_flags (__main__.TestMaildirMessage) ... ok |
| | 1651 | test_initialize_incorrectly (__main__.TestMaildirMessage) ... ok |
| | 1652 | test_initialize_with_eMM (__main__.TestMaildirMessage) ... ok |
| | 1653 | test_initialize_with_file (__main__.TestMaildirMessage) ... ok |
| | 1654 | test_initialize_with_nothing (__main__.TestMaildirMessage) ... ok |
| | 1655 | test_initialize_with_string (__main__.TestMaildirMessage) ... ok |
| | 1656 | test_subdir (__main__.TestMaildirMessage) ... ok |
| | 1657 | test_become_message (__main__.TestMboxMessage) ... ok |
| | 1658 | test_explain_to (__main__.TestMboxMessage) ... ok |
| | 1659 | test_flags (__main__.TestMboxMessage) ... ok |
| | 1660 | test_from (__main__.TestMboxMessage) ... ok |
| | 1661 | test_initialize_incorrectly (__main__.TestMboxMessage) ... ok |
| | 1662 | test_initialize_with_eMM (__main__.TestMboxMessage) ... ok |
| | 1663 | test_initialize_with_file (__main__.TestMboxMessage) ... ok |
| | 1664 | test_initialize_with_nothing (__main__.TestMboxMessage) ... ok |
| | 1665 | test_initialize_with_string (__main__.TestMboxMessage) ... ok |
| | 1666 | test_initialize_with_unixfrom (__main__.TestMboxMessage) ... ok |
| | 1667 | test_become_message (__main__.TestMHMessage) ... ok |
| | 1668 | test_explain_to (__main__.TestMHMessage) ... ok |
| | 1669 | test_initialize_incorrectly (__main__.TestMHMessage) ... ok |
| | 1670 | test_initialize_with_eMM (__main__.TestMHMessage) ... ok |
| | 1671 | test_initialize_with_file (__main__.TestMHMessage) ... ok |
| | 1672 | test_initialize_with_nothing (__main__.TestMHMessage) ... ok |
| | 1673 | test_initialize_with_string (__main__.TestMHMessage) ... ok |
| | 1674 | test_sequences (__main__.TestMHMessage) ... ok |
| | 1675 | test_become_message (__main__.TestBabylMessage) ... ok |
| | 1676 | test_explain_to (__main__.TestBabylMessage) ... ok |
| | 1677 | test_initialize_incorrectly (__main__.TestBabylMessage) ... ok |
| | 1678 | test_initialize_with_eMM (__main__.TestBabylMessage) ... ok |
| | 1679 | test_initialize_with_file (__main__.TestBabylMessage) ... ok |
| | 1680 | test_initialize_with_nothing (__main__.TestBabylMessage) ... ok |
| | 1681 | test_initialize_with_string (__main__.TestBabylMessage) ... ok |
| | 1682 | test_labels (__main__.TestBabylMessage) ... ok |
| | 1683 | test_visible (__main__.TestBabylMessage) ... ok |
| | 1684 | test_become_message (__main__.TestMMDFMessage) ... ok |
| | 1685 | test_explain_to (__main__.TestMMDFMessage) ... ok |
| | 1686 | test_flags (__main__.TestMMDFMessage) ... ok |
| | 1687 | test_from (__main__.TestMMDFMessage) ... ok |
| | 1688 | test_initialize_incorrectly (__main__.TestMMDFMessage) ... ok |
| | 1689 | test_initialize_with_eMM (__main__.TestMMDFMessage) ... ok |
| | 1690 | test_initialize_with_file (__main__.TestMMDFMessage) ... ok |
| | 1691 | test_initialize_with_nothing (__main__.TestMMDFMessage) ... ok |
| | 1692 | test_initialize_with_string (__main__.TestMMDFMessage) ... ok |
| | 1693 | test_initialize_with_unixfrom (__main__.TestMMDFMessage) ... ok |
| | 1694 | test_babyl_to_babyl (__main__.TestMessageConversion) ... ok |
| | 1695 | test_babyl_to_maildir (__main__.TestMessageConversion) ... ok |
| | 1696 | test_babyl_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 1697 | test_babyl_to_mh (__main__.TestMessageConversion) ... ok |
| | 1698 | test_maildir_to_babyl (__main__.TestMessageConversion) ... ok |
| | 1699 | test_maildir_to_maildir (__main__.TestMessageConversion) ... ok |
| | 1700 | test_maildir_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 1701 | test_maildir_to_mh (__main__.TestMessageConversion) ... ok |
| | 1702 | test_mboxmmdf_to_babyl (__main__.TestMessageConversion) ... ok |
| | 1703 | test_mboxmmdf_to_maildir (__main__.TestMessageConversion) ... ok |
| | 1704 | test_mboxmmdf_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 1705 | test_mboxmmdf_to_mh (__main__.TestMessageConversion) ... ok |
| | 1706 | test_mh_to_babyl (__main__.TestMessageConversion) ... ok |
| | 1707 | test_mh_to_maildir (__main__.TestMessageConversion) ... ok |
| | 1708 | test_mh_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 1709 | test_mh_to_mh (__main__.TestMessageConversion) ... ok |
| | 1710 | test_plain_to_x (__main__.TestMessageConversion) ... ok |
| | 1711 | test_x_to_invalid (__main__.TestMessageConversion) ... ok |
| | 1712 | test_x_to_plain (__main__.TestMessageConversion) ... ok |
| | 1713 | test_close (__main__.TestProxyFile) ... ok |
| | 1714 | test_initialize (__main__.TestProxyFile) ... ok |
| | 1715 | test_iteration (__main__.TestProxyFile) ... ok |
| | 1716 | test_read (__main__.TestProxyFile) ... ok |
| | 1717 | test_readline (__main__.TestProxyFile) ... ok |
| | 1718 | test_readlines (__main__.TestProxyFile) ... ok |
| | 1719 | test_seek_and_tell (__main__.TestProxyFile) ... ok |
| | 1720 | test_close (__main__.TestPartialFile) ... ok |
| | 1721 | test_initialize (__main__.TestPartialFile) ... ok |
| | 1722 | test_iteration (__main__.TestPartialFile) ... ok |
| | 1723 | test_read (__main__.TestPartialFile) ... ok |
| | 1724 | test_readline (__main__.TestPartialFile) ... ok |
| | 1725 | test_readlines (__main__.TestPartialFile) ... ok |
| | 1726 | test_seek_and_tell (__main__.TestPartialFile) ... ok |
| | 1727 | Test an empty maildir mailbox ... ok |
| | 1728 | test_nonempty_maildir_both (__main__.MaildirTestCase) ... ERROR |
| | 1729 | test_nonempty_maildir_cur (__main__.MaildirTestCase) ... ERROR |
| | 1730 | test_nonempty_maildir_new (__main__.MaildirTestCase) ... ERROR |
| | 1731 | test_unix_mbox (__main__.MaildirTestCase) ... ERROR |
| | 1732 | |
| | 1733 | ====================================================================== |
| | 1734 | ERROR: test_add (__main__.TestMaildir) |
| | 1735 | ---------------------------------------------------------------------- |
| | 1736 | Traceback (most recent call last): |
| | 1737 | File "test_mailbox.py", line 67, in test_add |
| | 1738 | keys.append(self._box.add(self._template % 0)) |
| | 1739 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1740 | os.link(tmp_file.name, dest) |
| | 1741 | OSError: [Errno -2147454933] Operation not supported |
| | 1742 | |
| | 1743 | ====================================================================== |
| | 1744 | ERROR: test_add_MM (__main__.TestMaildir) |
| | 1745 | ---------------------------------------------------------------------- |
| | 1746 | Traceback (most recent call last): |
| | 1747 | File "test_mailbox.py", line 476, in test_add_MM |
| | 1748 | key = self._box.add(msg) |
| | 1749 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1750 | os.link(tmp_file.name, dest) |
| | 1751 | OSError: [Errno -2147454933] Operation not supported |
| | 1752 | |
| | 1753 | ====================================================================== |
| | 1754 | ERROR: test_clear (__main__.TestMaildir) |
| | 1755 | ---------------------------------------------------------------------- |
| | 1756 | Traceback (most recent call last): |
| | 1757 | File "test_mailbox.py", line 304, in test_clear |
| | 1758 | self._box.add(self._template % i) |
| | 1759 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1760 | os.link(tmp_file.name, dest) |
| | 1761 | OSError: [Errno -2147454933] Operation not supported |
| | 1762 | |
| | 1763 | ====================================================================== |
| | 1764 | ERROR: test_close (__main__.TestMaildir) |
| | 1765 | ---------------------------------------------------------------------- |
| | 1766 | Traceback (most recent call last): |
| | 1767 | File "test_mailbox.py", line 394, in test_close |
| | 1768 | self._test_flush_or_close(self._box.close, False) |
| | 1769 | File "test_mailbox.py", line 398, in _test_flush_or_close |
| | 1770 | self._box.add(contents[0]) |
| | 1771 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1772 | os.link(tmp_file.name, dest) |
| | 1773 | OSError: [Errno -2147454933] Operation not supported |
| | 1774 | |
| | 1775 | ====================================================================== |
| | 1776 | ERROR: test_consistent_factory (__main__.TestMaildir) |
| | 1777 | ---------------------------------------------------------------------- |
| | 1778 | Traceback (most recent call last): |
| | 1779 | File "test_mailbox.py", line 519, in test_consistent_factory |
| | 1780 | key = self._box.add(msg) |
| | 1781 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1782 | os.link(tmp_file.name, dest) |
| | 1783 | OSError: [Errno -2147454933] Operation not supported |
| | 1784 | |
| | 1785 | ====================================================================== |
| | 1786 | ERROR: test_contains (__main__.TestMaildir) |
| | 1787 | ---------------------------------------------------------------------- |
| | 1788 | Traceback (most recent call last): |
| | 1789 | File "test_mailbox.py", line 240, in test_contains |
| | 1790 | self._test_has_key_or_contains(self._box.__contains__) |
| | 1791 | File "test_mailbox.py", line 245, in _test_has_key_or_contains |
| | 1792 | key0 = self._box.add(self._template % 0) |
| | 1793 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1794 | os.link(tmp_file.name, dest) |
| | 1795 | OSError: [Errno -2147454933] Operation not supported |
| | 1796 | |
| | 1797 | ====================================================================== |
| | 1798 | ERROR: test_delitem (__main__.TestMaildir) |
| | 1799 | ---------------------------------------------------------------------- |
| | 1800 | Traceback (most recent call last): |
| | 1801 | File "test_mailbox.py", line 87, in test_delitem |
| | 1802 | self._test_remove_or_delitem(self._box.__delitem__) |
| | 1803 | File "test_mailbox.py", line 91, in _test_remove_or_delitem |
| | 1804 | key0 = self._box.add(self._template % 0) |
| | 1805 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1806 | os.link(tmp_file.name, dest) |
| | 1807 | OSError: [Errno -2147454933] Operation not supported |
| | 1808 | |
| | 1809 | ====================================================================== |
| | 1810 | ERROR: test_directory_in_folder (__main__.TestMaildir) |
| | 1811 | ---------------------------------------------------------------------- |
| | 1812 | Traceback (most recent call last): |
| | 1813 | File "test_mailbox.py", line 710, in test_directory_in_folder |
| | 1814 | self._box.add(mailbox.Message(_sample_message)) |
| | 1815 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1816 | os.link(tmp_file.name, dest) |
| | 1817 | OSError: [Errno -2147454933] Operation not supported |
| | 1818 | |
| | 1819 | ====================================================================== |
| | 1820 | ERROR: test_discard (__main__.TestMaildir) |
| | 1821 | ---------------------------------------------------------------------- |
| | 1822 | Traceback (most recent call last): |
| | 1823 | File "test_mailbox.py", line 115, in test_discard |
| | 1824 | key0 = self._box.add(self._template % 0) |
| | 1825 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1826 | os.link(tmp_file.name, dest) |
| | 1827 | OSError: [Errno -2147454933] Operation not supported |
| | 1828 | |
| | 1829 | ====================================================================== |
| | 1830 | ERROR: test_file_permissions (__main__.TestMaildir) |
| | 1831 | ---------------------------------------------------------------------- |
| | 1832 | Traceback (most recent call last): |
| | 1833 | File "test_mailbox.py", line 726, in test_file_permissions |
| | 1834 | key = self._box.add(msg) |
| | 1835 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1836 | os.link(tmp_file.name, dest) |
| | 1837 | OSError: [Errno -2147454933] Operation not supported |
| | 1838 | |
| | 1839 | ====================================================================== |
| | 1840 | ERROR: test_flush (__main__.TestMaildir) |
| | 1841 | ---------------------------------------------------------------------- |
| | 1842 | Traceback (most recent call last): |
| | 1843 | File "test_mailbox.py", line 382, in test_flush |
| | 1844 | self._test_flush_or_close(self._box.flush, True) |
| | 1845 | File "test_mailbox.py", line 398, in _test_flush_or_close |
| | 1846 | self._box.add(contents[0]) |
| | 1847 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1848 | os.link(tmp_file.name, dest) |
| | 1849 | OSError: [Errno -2147454933] Operation not supported |
| | 1850 | |
| | 1851 | ====================================================================== |
| | 1852 | ERROR: test_get (__main__.TestMaildir) |
| | 1853 | ---------------------------------------------------------------------- |
| | 1854 | Traceback (most recent call last): |
| | 1855 | File "test_mailbox.py", line 127, in test_get |
| | 1856 | key0 = self._box.add(self._template % 0) |
| | 1857 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1858 | os.link(tmp_file.name, dest) |
| | 1859 | OSError: [Errno -2147454933] Operation not supported |
| | 1860 | |
| | 1861 | ====================================================================== |
| | 1862 | ERROR: test_get_MM (__main__.TestMaildir) |
| | 1863 | ---------------------------------------------------------------------- |
| | 1864 | Traceback (most recent call last): |
| | 1865 | File "test_mailbox.py", line 485, in test_get_MM |
| | 1866 | key = self._box.add(msg) |
| | 1867 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1868 | os.link(tmp_file.name, dest) |
| | 1869 | OSError: [Errno -2147454933] Operation not supported |
| | 1870 | |
| | 1871 | ====================================================================== |
| | 1872 | ERROR: test_get_file (__main__.TestMaildir) |
| | 1873 | ---------------------------------------------------------------------- |
| | 1874 | Traceback (most recent call last): |
| | 1875 | File "test_mailbox.py", line 169, in test_get_file |
| | 1876 | key0 = self._box.add(self._template % 0) |
| | 1877 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1878 | os.link(tmp_file.name, dest) |
| | 1879 | OSError: [Errno -2147454933] Operation not supported |
| | 1880 | |
| | 1881 | ====================================================================== |
| | 1882 | ERROR: test_get_folder (__main__.TestMaildir) |
| | 1883 | ---------------------------------------------------------------------- |
| | 1884 | Traceback (most recent call last): |
| | 1885 | File "test_mailbox.py", line 570, in test_get_folder |
| | 1886 | folder0.add(self._template % 'bar') |
| | 1887 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1888 | os.link(tmp_file.name, dest) |
| | 1889 | OSError: [Errno -2147454933] Operation not supported |
| | 1890 | |
| | 1891 | ====================================================================== |
| | 1892 | ERROR: test_get_message (__main__.TestMaildir) |
| | 1893 | ---------------------------------------------------------------------- |
| | 1894 | Traceback (most recent call last): |
| | 1895 | File "test_mailbox.py", line 152, in test_get_message |
| | 1896 | key0 = self._box.add(self._template % 0) |
| | 1897 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1898 | os.link(tmp_file.name, dest) |
| | 1899 | OSError: [Errno -2147454933] Operation not supported |
| | 1900 | |
| | 1901 | ====================================================================== |
| | 1902 | ERROR: test_get_string (__main__.TestMaildir) |
| | 1903 | ---------------------------------------------------------------------- |
| | 1904 | Traceback (most recent call last): |
| | 1905 | File "test_mailbox.py", line 162, in test_get_string |
| | 1906 | key0 = self._box.add(self._template % 0) |
| | 1907 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1908 | os.link(tmp_file.name, dest) |
| | 1909 | OSError: [Errno -2147454933] Operation not supported |
| | 1910 | |
| | 1911 | ====================================================================== |
| | 1912 | ERROR: test_getitem (__main__.TestMaildir) |
| | 1913 | ---------------------------------------------------------------------- |
| | 1914 | Traceback (most recent call last): |
| | 1915 | File "test_mailbox.py", line 142, in test_getitem |
| | 1916 | key0 = self._box.add(self._template % 0) |
| | 1917 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1918 | os.link(tmp_file.name, dest) |
| | 1919 | OSError: [Errno -2147454933] Operation not supported |
| | 1920 | |
| | 1921 | ====================================================================== |
| | 1922 | ERROR: test_has_key (__main__.TestMaildir) |
| | 1923 | ---------------------------------------------------------------------- |
| | 1924 | Traceback (most recent call last): |
| | 1925 | File "test_mailbox.py", line 236, in test_has_key |
| | 1926 | self._test_has_key_or_contains(self._box.has_key) |
| | 1927 | File "test_mailbox.py", line 245, in _test_has_key_or_contains |
| | 1928 | key0 = self._box.add(self._template % 0) |
| | 1929 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1930 | os.link(tmp_file.name, dest) |
| | 1931 | OSError: [Errno -2147454933] Operation not supported |
| | 1932 | |
| | 1933 | ====================================================================== |
| | 1934 | ERROR: test_items (__main__.TestMaildir) |
| | 1935 | ---------------------------------------------------------------------- |
| | 1936 | Traceback (most recent call last): |
| | 1937 | File "test_mailbox.py", line 205, in test_items |
| | 1938 | self._check_iteration(self._box.items, do_keys=True, do_values=True) |
| | 1939 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1940 | keys.append(self._box.add(self._template % i)) |
| | 1941 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1942 | os.link(tmp_file.name, dest) |
| | 1943 | OSError: [Errno -2147454933] Operation not supported |
| | 1944 | |
| | 1945 | ====================================================================== |
| | 1946 | ERROR: test_iter (__main__.TestMaildir) |
| | 1947 | ---------------------------------------------------------------------- |
| | 1948 | Traceback (most recent call last): |
| | 1949 | File "test_mailbox.py", line 192, in test_iter |
| | 1950 | do_values=True) |
| | 1951 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1952 | keys.append(self._box.add(self._template % i)) |
| | 1953 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1954 | os.link(tmp_file.name, dest) |
| | 1955 | OSError: [Errno -2147454933] Operation not supported |
| | 1956 | |
| | 1957 | ====================================================================== |
| | 1958 | ERROR: test_iteritems (__main__.TestMaildir) |
| | 1959 | ---------------------------------------------------------------------- |
| | 1960 | Traceback (most recent call last): |
| | 1961 | File "test_mailbox.py", line 201, in test_iteritems |
| | 1962 | do_values=True) |
| | 1963 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1964 | keys.append(self._box.add(self._template % i)) |
| | 1965 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1966 | os.link(tmp_file.name, dest) |
| | 1967 | OSError: [Errno -2147454933] Operation not supported |
| | 1968 | |
| | 1969 | ====================================================================== |
| | 1970 | ERROR: test_iterkeys (__main__.TestMaildir) |
| | 1971 | ---------------------------------------------------------------------- |
| | 1972 | Traceback (most recent call last): |
| | 1973 | File "test_mailbox.py", line 178, in test_iterkeys |
| | 1974 | self._check_iteration(self._box.iterkeys, do_keys=True, do_values=False) |
| | 1975 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1976 | keys.append(self._box.add(self._template % i)) |
| | 1977 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1978 | os.link(tmp_file.name, dest) |
| | 1979 | OSError: [Errno -2147454933] Operation not supported |
| | 1980 | |
| | 1981 | ====================================================================== |
| | 1982 | ERROR: test_itervalues (__main__.TestMaildir) |
| | 1983 | ---------------------------------------------------------------------- |
| | 1984 | Traceback (most recent call last): |
| | 1985 | File "test_mailbox.py", line 187, in test_itervalues |
| | 1986 | do_values=True) |
| | 1987 | File "test_mailbox.py", line 212, in _check_iteration |
| | 1988 | keys.append(self._box.add(self._template % i)) |
| | 1989 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 1990 | os.link(tmp_file.name, dest) |
| | 1991 | OSError: [Errno -2147454933] Operation not supported |
| | 1992 | |
| | 1993 | ====================================================================== |
| | 1994 | ERROR: test_keys (__main__.TestMaildir) |
| | 1995 | ---------------------------------------------------------------------- |
| | 1996 | Traceback (most recent call last): |
| | 1997 | File "test_mailbox.py", line 182, in test_keys |
| | 1998 | self._check_iteration(self._box.keys, do_keys=True, do_values=False) |
| | 1999 | File "test_mailbox.py", line 212, in _check_iteration |
| | 2000 | keys.append(self._box.add(self._template % i)) |
| | 2001 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2002 | os.link(tmp_file.name, dest) |
| | 2003 | OSError: [Errno -2147454933] Operation not supported |
| | 2004 | |
| | 2005 | ====================================================================== |
| | 2006 | ERROR: test_len (__main__.TestMaildir) |
| | 2007 | ---------------------------------------------------------------------- |
| | 2008 | Traceback (most recent call last): |
| | 2009 | File "test_mailbox.py", line 266, in test_len |
| | 2010 | keys.append(self._box.add(self._template % i)) |
| | 2011 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2012 | os.link(tmp_file.name, dest) |
| | 2013 | OSError: [Errno -2147454933] Operation not supported |
| | 2014 | |
| | 2015 | ====================================================================== |
| | 2016 | ERROR: test_lookup (__main__.TestMaildir) |
| | 2017 | ---------------------------------------------------------------------- |
| | 2018 | Traceback (most recent call last): |
| | 2019 | File "test_mailbox.py", line 682, in test_lookup |
| | 2020 | key0 = self._box.add(self._template % 0) |
| | 2021 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2022 | os.link(tmp_file.name, dest) |
| | 2023 | OSError: [Errno -2147454933] Operation not supported |
| | 2024 | |
| | 2025 | ====================================================================== |
| | 2026 | ERROR: test_pop (__main__.TestMaildir) |
| | 2027 | ---------------------------------------------------------------------- |
| | 2028 | Traceback (most recent call last): |
| | 2029 | File "test_mailbox.py", line 314, in test_pop |
| | 2030 | key0 = self._box.add(self._template % 0) |
| | 2031 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2032 | os.link(tmp_file.name, dest) |
| | 2033 | OSError: [Errno -2147454933] Operation not supported |
| | 2034 | |
| | 2035 | ====================================================================== |
| | 2036 | ERROR: test_popitem (__main__.TestMaildir) |
| | 2037 | ---------------------------------------------------------------------- |
| | 2038 | Traceback (most recent call last): |
| | 2039 | File "test_mailbox.py", line 334, in test_popitem |
| | 2040 | keys.append(self._box.add(self._template % i)) |
| | 2041 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2042 | os.link(tmp_file.name, dest) |
| | 2043 | OSError: [Errno -2147454933] Operation not supported |
| | 2044 | |
| | 2045 | ====================================================================== |
| | 2046 | ERROR: test_refresh (__main__.TestMaildir) |
| | 2047 | ---------------------------------------------------------------------- |
| | 2048 | Traceback (most recent call last): |
| | 2049 | File "test_mailbox.py", line 665, in test_refresh |
| | 2050 | key0 = self._box.add(self._template % 0) |
| | 2051 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2052 | os.link(tmp_file.name, dest) |
| | 2053 | OSError: [Errno -2147454933] Operation not supported |
| | 2054 | |
| | 2055 | ====================================================================== |
| | 2056 | ERROR: test_remove (__main__.TestMaildir) |
| | 2057 | ---------------------------------------------------------------------- |
| | 2058 | Traceback (most recent call last): |
| | 2059 | File "test_mailbox.py", line 83, in test_remove |
| | 2060 | self._test_remove_or_delitem(self._box.remove) |
| | 2061 | File "test_mailbox.py", line 91, in _test_remove_or_delitem |
| | 2062 | key0 = self._box.add(self._template % 0) |
| | 2063 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2064 | os.link(tmp_file.name, dest) |
| | 2065 | OSError: [Errno -2147454933] Operation not supported |
| | 2066 | |
| | 2067 | ====================================================================== |
| | 2068 | ERROR: test_set_MM (__main__.TestMaildir) |
| | 2069 | ---------------------------------------------------------------------- |
| | 2070 | Traceback (most recent call last): |
| | 2071 | File "test_mailbox.py", line 495, in test_set_MM |
| | 2072 | key = self._box.add(msg0) |
| | 2073 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2074 | os.link(tmp_file.name, dest) |
| | 2075 | OSError: [Errno -2147454933] Operation not supported |
| | 2076 | |
| | 2077 | ====================================================================== |
| | 2078 | ERROR: test_set_item (__main__.TestMaildir) |
| | 2079 | ---------------------------------------------------------------------- |
| | 2080 | Traceback (most recent call last): |
| | 2081 | File "test_mailbox.py", line 275, in test_set_item |
| | 2082 | key0 = self._box.add(self._template % 'original 0') |
| | 2083 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2084 | os.link(tmp_file.name, dest) |
| | 2085 | OSError: [Errno -2147454933] Operation not supported |
| | 2086 | |
| | 2087 | ====================================================================== |
| | 2088 | ERROR: test_update (__main__.TestMaildir) |
| | 2089 | ---------------------------------------------------------------------- |
| | 2090 | Traceback (most recent call last): |
| | 2091 | File "test_mailbox.py", line 348, in test_update |
| | 2092 | key0 = self._box.add(self._template % 'original 0') |
| | 2093 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2094 | os.link(tmp_file.name, dest) |
| | 2095 | OSError: [Errno -2147454933] Operation not supported |
| | 2096 | |
| | 2097 | ====================================================================== |
| | 2098 | ERROR: test_values (__main__.TestMaildir) |
| | 2099 | ---------------------------------------------------------------------- |
| | 2100 | Traceback (most recent call last): |
| | 2101 | File "test_mailbox.py", line 196, in test_values |
| | 2102 | self._check_iteration(self._box.values, do_keys=False, do_values=True) |
| | 2103 | File "test_mailbox.py", line 212, in _check_iteration |
| | 2104 | keys.append(self._box.add(self._template % i)) |
| | 2105 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2106 | os.link(tmp_file.name, dest) |
| | 2107 | OSError: [Errno -2147454933] Operation not supported |
| | 2108 | |
| | 2109 | ====================================================================== |
| | 2110 | ERROR: test_lock_conflict (__main__.TestMbox) |
| | 2111 | ---------------------------------------------------------------------- |
| | 2112 | Traceback (most recent call last): |
| | 2113 | File "test_mailbox.py", line 816, in test_lock_conflict |
| | 2114 | self._box.lock) |
| | 2115 | File "/boot/common/lib/python2.7/unittest.py", line 345, in failUnlessRaises |
| | 2116 | callableObj(*args, **kwargs) |
| | 2117 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2118 | _lock_file(self._file) |
| | 2119 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2120 | os.link(pre_lock.name, f.name + '.lock') |
| | 2121 | OSError: [Errno -2147454933] Operation not supported |
| | 2122 | |
| | 2123 | ====================================================================== |
| | 2124 | ERROR: test_lock_unlock (__main__.TestMbox) |
| | 2125 | ---------------------------------------------------------------------- |
| | 2126 | Traceback (most recent call last): |
| | 2127 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 2128 | self._box.lock() |
| | 2129 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2130 | _lock_file(self._file) |
| | 2131 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2132 | os.link(pre_lock.name, f.name + '.lock') |
| | 2133 | OSError: [Errno -2147454933] Operation not supported |
| | 2134 | |
| | 2135 | ====================================================================== |
| | 2136 | ERROR: test_relock (__main__.TestMbox) |
| | 2137 | ---------------------------------------------------------------------- |
| | 2138 | Traceback (most recent call last): |
| | 2139 | File "test_mailbox.py", line 833, in test_relock |
| | 2140 | self._box.lock() |
| | 2141 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2142 | _lock_file(self._file) |
| | 2143 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2144 | os.link(pre_lock.name, f.name + '.lock') |
| | 2145 | OSError: [Errno -2147454933] Operation not supported |
| | 2146 | |
| | 2147 | ====================================================================== |
| | 2148 | ERROR: test_lock_conflict (__main__.TestMMDF) |
| | 2149 | ---------------------------------------------------------------------- |
| | 2150 | Traceback (most recent call last): |
| | 2151 | File "test_mailbox.py", line 806, in test_lock_conflict |
| | 2152 | self._box.lock() |
| | 2153 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2154 | _lock_file(self._file) |
| | 2155 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2156 | os.link(pre_lock.name, f.name + '.lock') |
| | 2157 | OSError: [Errno -2147454933] Operation not supported |
| | 2158 | |
| | 2159 | ====================================================================== |
| | 2160 | ERROR: test_lock_unlock (__main__.TestMMDF) |
| | 2161 | ---------------------------------------------------------------------- |
| | 2162 | Traceback (most recent call last): |
| | 2163 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 2164 | self._box.lock() |
| | 2165 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2166 | _lock_file(self._file) |
| | 2167 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2168 | os.link(pre_lock.name, f.name + '.lock') |
| | 2169 | OSError: [Errno -2147454933] Operation not supported |
| | 2170 | |
| | 2171 | ====================================================================== |
| | 2172 | ERROR: test_relock (__main__.TestMMDF) |
| | 2173 | ---------------------------------------------------------------------- |
| | 2174 | Traceback (most recent call last): |
| | 2175 | File "test_mailbox.py", line 833, in test_relock |
| | 2176 | self._box.lock() |
| | 2177 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2178 | _lock_file(self._file) |
| | 2179 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2180 | os.link(pre_lock.name, f.name + '.lock') |
| | 2181 | OSError: [Errno -2147454933] Operation not supported |
| | 2182 | |
| | 2183 | ====================================================================== |
| | 2184 | ERROR: test_lock_unlock (__main__.TestMH) |
| | 2185 | ---------------------------------------------------------------------- |
| | 2186 | Traceback (most recent call last): |
| | 2187 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 2188 | self._box.lock() |
| | 2189 | File "/boot/common/lib/python2.7/mailbox.py", line 970, in lock |
| | 2190 | _lock_file(self._file) |
| | 2191 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2192 | os.link(pre_lock.name, f.name + '.lock') |
| | 2193 | OSError: [Errno -2147454933] Operation not supported |
| | 2194 | |
| | 2195 | ====================================================================== |
| | 2196 | ERROR: test_pack (__main__.TestMH) |
| | 2197 | ---------------------------------------------------------------------- |
| | 2198 | Traceback (most recent call last): |
| | 2199 | File "test_mailbox.py", line 960, in test_pack |
| | 2200 | self._box.pack() |
| | 2201 | File "/boot/common/lib/python2.7/mailbox.py", line 1086, in pack |
| | 2202 | os.path.join(self._path, str(prev + 1))) |
| | 2203 | OSError: [Errno -2147454933] Operation not supported |
| | 2204 | |
| | 2205 | ====================================================================== |
| | 2206 | ERROR: test_lock_unlock (__main__.TestBabyl) |
| | 2207 | ---------------------------------------------------------------------- |
| | 2208 | Traceback (most recent call last): |
| | 2209 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 2210 | self._box.lock() |
| | 2211 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2212 | _lock_file(self._file) |
| | 2213 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2214 | os.link(pre_lock.name, f.name + '.lock') |
| | 2215 | OSError: [Errno -2147454933] Operation not supported |
| | 2216 | |
| | 2217 | ====================================================================== |
| | 2218 | ERROR: test_nonempty_maildir_both (__main__.MaildirTestCase) |
| | 2219 | ---------------------------------------------------------------------- |
| | 2220 | Traceback (most recent call last): |
| | 2221 | File "test_mailbox.py", line 1809, in test_nonempty_maildir_both |
| | 2222 | self.createMessage("cur") |
| | 2223 | File "test_mailbox.py", line 1774, in createMessage |
| | 2224 | os.link(tmpname, newname) |
| | 2225 | OSError: [Errno -2147454933] Operation not supported |
| | 2226 | |
| | 2227 | ====================================================================== |
| | 2228 | ERROR: test_nonempty_maildir_cur (__main__.MaildirTestCase) |
| | 2229 | ---------------------------------------------------------------------- |
| | 2230 | Traceback (most recent call last): |
| | 2231 | File "test_mailbox.py", line 1793, in test_nonempty_maildir_cur |
| | 2232 | self.createMessage("cur") |
| | 2233 | File "test_mailbox.py", line 1774, in createMessage |
| | 2234 | os.link(tmpname, newname) |
| | 2235 | OSError: [Errno -2147454933] Operation not supported |
| | 2236 | |
| | 2237 | ====================================================================== |
| | 2238 | ERROR: test_nonempty_maildir_new (__main__.MaildirTestCase) |
| | 2239 | ---------------------------------------------------------------------- |
| | 2240 | Traceback (most recent call last): |
| | 2241 | File "test_mailbox.py", line 1801, in test_nonempty_maildir_new |
| | 2242 | self.createMessage("new") |
| | 2243 | File "test_mailbox.py", line 1774, in createMessage |
| | 2244 | os.link(tmpname, newname) |
| | 2245 | OSError: [Errno -2147454933] Operation not supported |
| | 2246 | |
| | 2247 | ====================================================================== |
| | 2248 | ERROR: test_unix_mbox (__main__.MaildirTestCase) |
| | 2249 | ---------------------------------------------------------------------- |
| | 2250 | Traceback (most recent call last): |
| | 2251 | File "test_mailbox.py", line 1821, in test_unix_mbox |
| | 2252 | fname = self.createMessage("cur", True) |
| | 2253 | File "test_mailbox.py", line 1774, in createMessage |
| | 2254 | os.link(tmpname, newname) |
| | 2255 | OSError: [Errno -2147454933] Operation not supported |
| | 2256 | |
| | 2257 | ====================================================================== |
| | 2258 | FAIL: test_clean (__main__.TestMaildir) |
| | 2259 | ---------------------------------------------------------------------- |
| | 2260 | Traceback (most recent call last): |
| | 2261 | File "test_mailbox.py", line 612, in test_clean |
| | 2262 | self.assert_(not os.path.exists(foo_path)) |
| | 2263 | AssertionError: None |
| | 2264 | |
| | 2265 | ---------------------------------------------------------------------- |
| | 2266 | Ran 271 tests in 17.849s |
| | 2267 | |
| | 2268 | FAILED (failures=1, errors=48) |
| | 2269 | Traceback (most recent call last): |
| | 2270 | File "test_mailbox.py", line 1926, in <module> |
| | 2271 | test_main() |
| | 2272 | File "test_mailbox.py", line 1921, in test_main |
| | 2273 | test_support.run_unittest(*tests) |
| | 2274 | File "/boot/common/lib/python2.7/test/test_support.py", line 722, in run_unittest |
| | 2275 | _run_suite(suite) |
| | 2276 | File "/boot/common/lib/python2.7/test/test_support.py", line 705, in _run_suite |
| | 2277 | raise TestFailed(err) |
| | 2278 | test.test_support.TestFailed: errors occurred; run in verbose mode for details |
| | 2279 | ERROR |
| | 2280 | test_lock_unlock (__main__.TestMMDF) ... ERROR |
| | 2281 | test_open_close_open (__main__.TestMMDF) ... ok |
| | 2282 | test_pop (__main__.TestMMDF) ... ok |
| | 2283 | test_popitem (__main__.TestMMDF) ... ok |
| | 2284 | test_relock (__main__.TestMMDF) ... ERROR |
| | 2285 | test_remove (__main__.TestMMDF) ... ok |
| | 2286 | test_set_item (__main__.TestMMDF) ... ok |
| | 2287 | test_update (__main__.TestMMDF) ... ok |
| | 2288 | test_values (__main__.TestMMDF) ... ok |
| | 2289 | test_add (__main__.TestMH) ... ok |
| | 2290 | test_add_and_remove_folders (__main__.TestMH) ... ok |
| | 2291 | test_clear (__main__.TestMH) ... ok |
| | 2292 | test_close (__main__.TestMH) ... ok |
| | 2293 | test_contains (__main__.TestMH) ... ok |
| | 2294 | test_delitem (__main__.TestMH) ... ok |
| | 2295 | test_discard (__main__.TestMH) ... ok |
| | 2296 | test_dump_message (__main__.TestMH) ... ok |
| | 2297 | test_flush (__main__.TestMH) ... ok |
| | 2298 | test_get (__main__.TestMH) ... ok |
| | 2299 | test_get_file (__main__.TestMH) ... ok |
| | 2300 | test_get_folder (__main__.TestMH) ... ok |
| | 2301 | test_get_message (__main__.TestMH) ... ok |
| | 2302 | test_get_string (__main__.TestMH) ... ok |
| | 2303 | test_getitem (__main__.TestMH) ... ok |
| | 2304 | test_has_key (__main__.TestMH) ... ok |
| | 2305 | test_items (__main__.TestMH) ... ok |
| | 2306 | test_iter (__main__.TestMH) ... ok |
| | 2307 | test_iteritems (__main__.TestMH) ... ok |
| | 2308 | test_iterkeys (__main__.TestMH) ... ok |
| | 2309 | test_itervalues (__main__.TestMH) ... ok |
| | 2310 | test_keys (__main__.TestMH) ... ok |
| | 2311 | test_len (__main__.TestMH) ... ok |
| | 2312 | test_list_folders (__main__.TestMH) ... ok |
| | 2313 | test_lock_unlock (__main__.TestMH) ... ERROR |
| | 2314 | test_pack (__main__.TestMH) ... ERROR |
| | 2315 | test_pop (__main__.TestMH) ... ok |
| | 2316 | test_popitem (__main__.TestMH) ... ok |
| | 2317 | test_remove (__main__.TestMH) ... ok |
| | 2318 | test_sequences (__main__.TestMH) ... ok |
| | 2319 | test_set_item (__main__.TestMH) ... ok |
| | 2320 | test_update (__main__.TestMH) ... ok |
| | 2321 | test_values (__main__.TestMH) ... ok |
| | 2322 | test_add (__main__.TestBabyl) ... ok |
| | 2323 | test_clear (__main__.TestBabyl) ... ok |
| | 2324 | test_close (__main__.TestBabyl) ... ok |
| | 2325 | test_contains (__main__.TestBabyl) ... ok |
| | 2326 | test_delitem (__main__.TestBabyl) ... ok |
| | 2327 | test_discard (__main__.TestBabyl) ... ok |
| | 2328 | test_dump_message (__main__.TestBabyl) ... ok |
| | 2329 | test_flush (__main__.TestBabyl) ... ok |
| | 2330 | test_get (__main__.TestBabyl) ... ok |
| | 2331 | test_get_file (__main__.TestBabyl) ... ok |
| | 2332 | test_get_message (__main__.TestBabyl) ... ok |
| | 2333 | test_get_string (__main__.TestBabyl) ... ok |
| | 2334 | test_getitem (__main__.TestBabyl) ... ok |
| | 2335 | test_has_key (__main__.TestBabyl) ... ok |
| | 2336 | test_items (__main__.TestBabyl) ... ok |
| | 2337 | test_iter (__main__.TestBabyl) ... ok |
| | 2338 | test_iteritems (__main__.TestBabyl) ... ok |
| | 2339 | test_iterkeys (__main__.TestBabyl) ... ok |
| | 2340 | test_itervalues (__main__.TestBabyl) ... ok |
| | 2341 | test_keys (__main__.TestBabyl) ... ok |
| | 2342 | test_labels (__main__.TestBabyl) ... ok |
| | 2343 | test_len (__main__.TestBabyl) ... ok |
| | 2344 | test_lock_unlock (__main__.TestBabyl) ... ERROR |
| | 2345 | test_pop (__main__.TestBabyl) ... ok |
| | 2346 | test_popitem (__main__.TestBabyl) ... ok |
| | 2347 | test_remove (__main__.TestBabyl) ... ok |
| | 2348 | test_set_item (__main__.TestBabyl) ... ok |
| | 2349 | test_update (__main__.TestBabyl) ... ok |
| | 2350 | test_values (__main__.TestBabyl) ... ok |
| | 2351 | test_become_message (__main__.TestMessage) ... ok |
| | 2352 | test_explain_to (__main__.TestMessage) ... ok |
| | 2353 | test_initialize_incorrectly (__main__.TestMessage) ... ok |
| | 2354 | test_initialize_with_eMM (__main__.TestMessage) ... ok |
| | 2355 | test_initialize_with_file (__main__.TestMessage) ... ok |
| | 2356 | test_initialize_with_nothing (__main__.TestMessage) ... ok |
| | 2357 | test_initialize_with_string (__main__.TestMessage) ... ok |
| | 2358 | test_become_message (__main__.TestMaildirMessage) ... ok |
| | 2359 | test_date (__main__.TestMaildirMessage) ... ok |
| | 2360 | test_explain_to (__main__.TestMaildirMessage) ... ok |
| | 2361 | test_flags (__main__.TestMaildirMessage) ... ok |
| | 2362 | test_info (__main__.TestMaildirMessage) ... ok |
| | 2363 | test_info_and_flags (__main__.TestMaildirMessage) ... ok |
| | 2364 | test_initialize_incorrectly (__main__.TestMaildirMessage) ... ok |
| | 2365 | test_initialize_with_eMM (__main__.TestMaildirMessage) ... ok |
| | 2366 | test_initialize_with_file (__main__.TestMaildirMessage) ... ok |
| | 2367 | test_initialize_with_nothing (__main__.TestMaildirMessage) ... ok |
| | 2368 | test_initialize_with_string (__main__.TestMaildirMessage) ... ok |
| | 2369 | test_subdir (__main__.TestMaildirMessage) ... ok |
| | 2370 | test_become_message (__main__.TestMboxMessage) ... ok |
| | 2371 | test_explain_to (__main__.TestMboxMessage) ... ok |
| | 2372 | test_flags (__main__.TestMboxMessage) ... ok |
| | 2373 | test_from (__main__.TestMboxMessage) ... ok |
| | 2374 | test_initialize_incorrectly (__main__.TestMboxMessage) ... ok |
| | 2375 | test_initialize_with_eMM (__main__.TestMboxMessage) ... ok |
| | 2376 | test_initialize_with_file (__main__.TestMboxMessage) ... ok |
| | 2377 | test_initialize_with_nothing (__main__.TestMboxMessage) ... ok |
| | 2378 | test_initialize_with_string (__main__.TestMboxMessage) ... ok |
| | 2379 | test_initialize_with_unixfrom (__main__.TestMboxMessage) ... ok |
| | 2380 | test_become_message (__main__.TestMHMessage) ... ok |
| | 2381 | test_explain_to (__main__.TestMHMessage) ... ok |
| | 2382 | test_initialize_incorrectly (__main__.TestMHMessage) ... ok |
| | 2383 | test_initialize_with_eMM (__main__.TestMHMessage) ... ok |
| | 2384 | test_initialize_with_file (__main__.TestMHMessage) ... ok |
| | 2385 | test_initialize_with_nothing (__main__.TestMHMessage) ... ok |
| | 2386 | test_initialize_with_string (__main__.TestMHMessage) ... ok |
| | 2387 | test_sequences (__main__.TestMHMessage) ... ok |
| | 2388 | test_become_message (__main__.TestBabylMessage) ... ok |
| | 2389 | test_explain_to (__main__.TestBabylMessage) ... ok |
| | 2390 | test_initialize_incorrectly (__main__.TestBabylMessage) ... ok |
| | 2391 | test_initialize_with_eMM (__main__.TestBabylMessage) ... ok |
| | 2392 | test_initialize_with_file (__main__.TestBabylMessage) ... ok |
| | 2393 | test_initialize_with_nothing (__main__.TestBabylMessage) ... ok |
| | 2394 | test_initialize_with_string (__main__.TestBabylMessage) ... ok |
| | 2395 | test_labels (__main__.TestBabylMessage) ... ok |
| | 2396 | test_visible (__main__.TestBabylMessage) ... ok |
| | 2397 | test_become_message (__main__.TestMMDFMessage) ... ok |
| | 2398 | test_explain_to (__main__.TestMMDFMessage) ... ok |
| | 2399 | test_flags (__main__.TestMMDFMessage) ... ok |
| | 2400 | test_from (__main__.TestMMDFMessage) ... ok |
| | 2401 | test_initialize_incorrectly (__main__.TestMMDFMessage) ... ok |
| | 2402 | test_initialize_with_eMM (__main__.TestMMDFMessage) ... ok |
| | 2403 | test_initialize_with_file (__main__.TestMMDFMessage) ... ok |
| | 2404 | test_initialize_with_nothing (__main__.TestMMDFMessage) ... ok |
| | 2405 | test_initialize_with_string (__main__.TestMMDFMessage) ... ok |
| | 2406 | test_initialize_with_unixfrom (__main__.TestMMDFMessage) ... ok |
| | 2407 | test_babyl_to_babyl (__main__.TestMessageConversion) ... ok |
| | 2408 | test_babyl_to_maildir (__main__.TestMessageConversion) ... ok |
| | 2409 | test_babyl_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 2410 | test_babyl_to_mh (__main__.TestMessageConversion) ... ok |
| | 2411 | test_maildir_to_babyl (__main__.TestMessageConversion) ... ok |
| | 2412 | test_maildir_to_maildir (__main__.TestMessageConversion) ... ok |
| | 2413 | test_maildir_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 2414 | test_maildir_to_mh (__main__.TestMessageConversion) ... ok |
| | 2415 | test_mboxmmdf_to_babyl (__main__.TestMessageConversion) ... ok |
| | 2416 | test_mboxmmdf_to_maildir (__main__.TestMessageConversion) ... ok |
| | 2417 | test_mboxmmdf_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 2418 | test_mboxmmdf_to_mh (__main__.TestMessageConversion) ... ok |
| | 2419 | test_mh_to_babyl (__main__.TestMessageConversion) ... ok |
| | 2420 | test_mh_to_maildir (__main__.TestMessageConversion) ... ok |
| | 2421 | test_mh_to_mboxmmdf (__main__.TestMessageConversion) ... ok |
| | 2422 | test_mh_to_mh (__main__.TestMessageConversion) ... ok |
| | 2423 | test_plain_to_x (__main__.TestMessageConversion) ... ok |
| | 2424 | test_x_to_invalid (__main__.TestMessageConversion) ... ok |
| | 2425 | test_x_to_plain (__main__.TestMessageConversion) ... ok |
| | 2426 | test_close (__main__.TestProxyFile) ... ok |
| | 2427 | test_initialize (__main__.TestProxyFile) ... ok |
| | 2428 | test_iteration (__main__.TestProxyFile) ... ok |
| | 2429 | test_read (__main__.TestProxyFile) ... ok |
| | 2430 | test_readline (__main__.TestProxyFile) ... ok |
| | 2431 | test_readlines (__main__.TestProxyFile) ... ok |
| | 2432 | test_seek_and_tell (__main__.TestProxyFile) ... ok |
| | 2433 | test_close (__main__.TestPartialFile) ... ok |
| | 2434 | test_initialize (__main__.TestPartialFile) ... ok |
| | 2435 | test_iteration (__main__.TestPartialFile) ... ok |
| | 2436 | test_read (__main__.TestPartialFile) ... ok |
| | 2437 | test_readline (__main__.TestPartialFile) ... ok |
| | 2438 | test_readlines (__main__.TestPartialFile) ... ok |
| | 2439 | test_seek_and_tell (__main__.TestPartialFile) ... ok |
| | 2440 | Test an empty maildir mailbox ... ok |
| | 2441 | test_nonempty_maildir_both (__main__.MaildirTestCase) ... ERROR |
| | 2442 | test_nonempty_maildir_cur (__main__.MaildirTestCase) ... ERROR |
| | 2443 | test_nonempty_maildir_new (__main__.MaildirTestCase) ... ERROR |
| | 2444 | test_unix_mbox (__main__.MaildirTestCase) ... ERROR |
| | 2445 | |
| | 2446 | ====================================================================== |
| | 2447 | ERROR: test_add (__main__.TestMaildir) |
| | 2448 | ---------------------------------------------------------------------- |
| | 2449 | Traceback (most recent call last): |
| | 2450 | File "test_mailbox.py", line 67, in test_add |
| | 2451 | keys.append(self._box.add(self._template % 0)) |
| | 2452 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2453 | os.link(tmp_file.name, dest) |
| | 2454 | OSError: [Errno -2147454933] Operation not supported |
| | 2455 | |
| | 2456 | ====================================================================== |
| | 2457 | ERROR: test_add_MM (__main__.TestMaildir) |
| | 2458 | ---------------------------------------------------------------------- |
| | 2459 | Traceback (most recent call last): |
| | 2460 | File "test_mailbox.py", line 476, in test_add_MM |
| | 2461 | key = self._box.add(msg) |
| | 2462 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2463 | os.link(tmp_file.name, dest) |
| | 2464 | OSError: [Errno -2147454933] Operation not supported |
| | 2465 | |
| | 2466 | ====================================================================== |
| | 2467 | ERROR: test_clear (__main__.TestMaildir) |
| | 2468 | ---------------------------------------------------------------------- |
| | 2469 | Traceback (most recent call last): |
| | 2470 | File "test_mailbox.py", line 304, in test_clear |
| | 2471 | self._box.add(self._template % i) |
| | 2472 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2473 | os.link(tmp_file.name, dest) |
| | 2474 | OSError: [Errno -2147454933] Operation not supported |
| | 2475 | |
| | 2476 | ====================================================================== |
| | 2477 | ERROR: test_close (__main__.TestMaildir) |
| | 2478 | ---------------------------------------------------------------------- |
| | 2479 | Traceback (most recent call last): |
| | 2480 | File "test_mailbox.py", line 394, in test_close |
| | 2481 | self._test_flush_or_close(self._box.close, False) |
| | 2482 | File "test_mailbox.py", line 398, in _test_flush_or_close |
| | 2483 | self._box.add(contents[0]) |
| | 2484 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2485 | os.link(tmp_file.name, dest) |
| | 2486 | OSError: [Errno -2147454933] Operation not supported |
| | 2487 | |
| | 2488 | ====================================================================== |
| | 2489 | ERROR: test_consistent_factory (__main__.TestMaildir) |
| | 2490 | ---------------------------------------------------------------------- |
| | 2491 | Traceback (most recent call last): |
| | 2492 | File "test_mailbox.py", line 519, in test_consistent_factory |
| | 2493 | key = self._box.add(msg) |
| | 2494 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2495 | os.link(tmp_file.name, dest) |
| | 2496 | OSError: [Errno -2147454933] Operation not supported |
| | 2497 | |
| | 2498 | ====================================================================== |
| | 2499 | ERROR: test_contains (__main__.TestMaildir) |
| | 2500 | ---------------------------------------------------------------------- |
| | 2501 | Traceback (most recent call last): |
| | 2502 | File "test_mailbox.py", line 240, in test_contains |
| | 2503 | self._test_has_key_or_contains(self._box.__contains__) |
| | 2504 | File "test_mailbox.py", line 245, in _test_has_key_or_contains |
| | 2505 | key0 = self._box.add(self._template % 0) |
| | 2506 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2507 | os.link(tmp_file.name, dest) |
| | 2508 | OSError: [Errno -2147454933] Operation not supported |
| | 2509 | |
| | 2510 | ====================================================================== |
| | 2511 | ERROR: test_delitem (__main__.TestMaildir) |
| | 2512 | ---------------------------------------------------------------------- |
| | 2513 | Traceback (most recent call last): |
| | 2514 | File "test_mailbox.py", line 87, in test_delitem |
| | 2515 | self._test_remove_or_delitem(self._box.__delitem__) |
| | 2516 | File "test_mailbox.py", line 91, in _test_remove_or_delitem |
| | 2517 | key0 = self._box.add(self._template % 0) |
| | 2518 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2519 | os.link(tmp_file.name, dest) |
| | 2520 | OSError: [Errno -2147454933] Operation not supported |
| | 2521 | |
| | 2522 | ====================================================================== |
| | 2523 | ERROR: test_directory_in_folder (__main__.TestMaildir) |
| | 2524 | ---------------------------------------------------------------------- |
| | 2525 | Traceback (most recent call last): |
| | 2526 | File "test_mailbox.py", line 710, in test_directory_in_folder |
| | 2527 | self._box.add(mailbox.Message(_sample_message)) |
| | 2528 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2529 | os.link(tmp_file.name, dest) |
| | 2530 | OSError: [Errno -2147454933] Operation not supported |
| | 2531 | |
| | 2532 | ====================================================================== |
| | 2533 | ERROR: test_discard (__main__.TestMaildir) |
| | 2534 | ---------------------------------------------------------------------- |
| | 2535 | Traceback (most recent call last): |
| | 2536 | File "test_mailbox.py", line 115, in test_discard |
| | 2537 | key0 = self._box.add(self._template % 0) |
| | 2538 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2539 | os.link(tmp_file.name, dest) |
| | 2540 | OSError: [Errno -2147454933] Operation not supported |
| | 2541 | |
| | 2542 | ====================================================================== |
| | 2543 | ERROR: test_file_permissions (__main__.TestMaildir) |
| | 2544 | ---------------------------------------------------------------------- |
| | 2545 | Traceback (most recent call last): |
| | 2546 | File "test_mailbox.py", line 726, in test_file_permissions |
| | 2547 | key = self._box.add(msg) |
| | 2548 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2549 | os.link(tmp_file.name, dest) |
| | 2550 | OSError: [Errno -2147454933] Operation not supported |
| | 2551 | |
| | 2552 | ====================================================================== |
| | 2553 | ERROR: test_flush (__main__.TestMaildir) |
| | 2554 | ---------------------------------------------------------------------- |
| | 2555 | Traceback (most recent call last): |
| | 2556 | File "test_mailbox.py", line 382, in test_flush |
| | 2557 | self._test_flush_or_close(self._box.flush, True) |
| | 2558 | File "test_mailbox.py", line 398, in _test_flush_or_close |
| | 2559 | self._box.add(contents[0]) |
| | 2560 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2561 | os.link(tmp_file.name, dest) |
| | 2562 | OSError: [Errno -2147454933] Operation not supported |
| | 2563 | |
| | 2564 | ====================================================================== |
| | 2565 | ERROR: test_get (__main__.TestMaildir) |
| | 2566 | ---------------------------------------------------------------------- |
| | 2567 | Traceback (most recent call last): |
| | 2568 | File "test_mailbox.py", line 127, in test_get |
| | 2569 | key0 = self._box.add(self._template % 0) |
| | 2570 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2571 | os.link(tmp_file.name, dest) |
| | 2572 | OSError: [Errno -2147454933] Operation not supported |
| | 2573 | |
| | 2574 | ====================================================================== |
| | 2575 | ERROR: test_get_MM (__main__.TestMaildir) |
| | 2576 | ---------------------------------------------------------------------- |
| | 2577 | Traceback (most recent call last): |
| | 2578 | File "test_mailbox.py", line 485, in test_get_MM |
| | 2579 | key = self._box.add(msg) |
| | 2580 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2581 | os.link(tmp_file.name, dest) |
| | 2582 | OSError: [Errno -2147454933] Operation not supported |
| | 2583 | |
| | 2584 | ====================================================================== |
| | 2585 | ERROR: test_get_file (__main__.TestMaildir) |
| | 2586 | ---------------------------------------------------------------------- |
| | 2587 | Traceback (most recent call last): |
| | 2588 | File "test_mailbox.py", line 169, in test_get_file |
| | 2589 | key0 = self._box.add(self._template % 0) |
| | 2590 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2591 | os.link(tmp_file.name, dest) |
| | 2592 | OSError: [Errno -2147454933] Operation not supported |
| | 2593 | |
| | 2594 | ====================================================================== |
| | 2595 | ERROR: test_get_folder (__main__.TestMaildir) |
| | 2596 | ---------------------------------------------------------------------- |
| | 2597 | Traceback (most recent call last): |
| | 2598 | File "test_mailbox.py", line 570, in test_get_folder |
| | 2599 | folder0.add(self._template % 'bar') |
| | 2600 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2601 | os.link(tmp_file.name, dest) |
| | 2602 | OSError: [Errno -2147454933] Operation not supported |
| | 2603 | |
| | 2604 | ====================================================================== |
| | 2605 | ERROR: test_get_message (__main__.TestMaildir) |
| | 2606 | ---------------------------------------------------------------------- |
| | 2607 | Traceback (most recent call last): |
| | 2608 | File "test_mailbox.py", line 152, in test_get_message |
| | 2609 | key0 = self._box.add(self._template % 0) |
| | 2610 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2611 | os.link(tmp_file.name, dest) |
| | 2612 | OSError: [Errno -2147454933] Operation not supported |
| | 2613 | |
| | 2614 | ====================================================================== |
| | 2615 | ERROR: test_get_string (__main__.TestMaildir) |
| | 2616 | ---------------------------------------------------------------------- |
| | 2617 | Traceback (most recent call last): |
| | 2618 | File "test_mailbox.py", line 162, in test_get_string |
| | 2619 | key0 = self._box.add(self._template % 0) |
| | 2620 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2621 | os.link(tmp_file.name, dest) |
| | 2622 | OSError: [Errno -2147454933] Operation not supported |
| | 2623 | |
| | 2624 | ====================================================================== |
| | 2625 | ERROR: test_getitem (__main__.TestMaildir) |
| | 2626 | ---------------------------------------------------------------------- |
| | 2627 | Traceback (most recent call last): |
| | 2628 | File "test_mailbox.py", line 142, in test_getitem |
| | 2629 | key0 = self._box.add(self._template % 0) |
| | 2630 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2631 | os.link(tmp_file.name, dest) |
| | 2632 | OSError: [Errno -2147454933] Operation not supported |
| | 2633 | |
| | 2634 | ====================================================================== |
| | 2635 | ERROR: test_has_key (__main__.TestMaildir) |
| | 2636 | ---------------------------------------------------------------------- |
| | 2637 | Traceback (most recent call last): |
| | 2638 | File "test_mailbox.py", line 236, in test_has_key |
| | 2639 | self._test_has_key_or_contains(self._box.has_key) |
| | 2640 | File "test_mailbox.py", line 245, in _test_has_key_or_contains |
| | 2641 | key0 = self._box.add(self._template % 0) |
| | 2642 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2643 | os.link(tmp_file.name, dest) |
| | 2644 | OSError: [Errno -2147454933] Operation not supported |
| | 2645 | |
| | 2646 | ====================================================================== |
| | 2647 | ERROR: test_items (__main__.TestMaildir) |
| | 2648 | ---------------------------------------------------------------------- |
| | 2649 | Traceback (most recent call last): |
| | 2650 | File "test_mailbox.py", line 205, in test_items |
| | 2651 | self._check_iteration(self._box.items, do_keys=True, do_values=True) |
| | 2652 | File "test_mailbox.py", line 212, in _check_iteration |
| | 2653 | keys.append(self._box.add(self._template % i)) |
| | 2654 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2655 | os.link(tmp_file.name, dest) |
| | 2656 | OSError: [Errno -2147454933] Operation not supported |
| | 2657 | |
| | 2658 | ====================================================================== |
| | 2659 | ERROR: test_iter (__main__.TestMaildir) |
| | 2660 | ---------------------------------------------------------------------- |
| | 2661 | Traceback (most recent call last): |
| | 2662 | File "test_mailbox.py", line 192, in test_iter |
| | 2663 | do_values=True) |
| | 2664 | File "test_mailbox.py", line 212, in _check_iteration |
| | 2665 | keys.append(self._box.add(self._template % i)) |
| | 2666 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2667 | os.link(tmp_file.name, dest) |
| | 2668 | OSError: [Errno -2147454933] Operation not supported |
| | 2669 | |
| | 2670 | ====================================================================== |
| | 2671 | ERROR: test_iteritems (__main__.TestMaildir) |
| | 2672 | ---------------------------------------------------------------------- |
| | 2673 | Traceback (most recent call last): |
| | 2674 | File "test_mailbox.py", line 201, in test_iteritems |
| | 2675 | do_values=True) |
| | 2676 | File "test_mailbox.py", line 212, in _check_iteration |
| | 2677 | keys.append(self._box.add(self._template % i)) |
| | 2678 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2679 | os.link(tmp_file.name, dest) |
| | 2680 | OSError: [Errno -2147454933] Operation not supported |
| | 2681 | |
| | 2682 | ====================================================================== |
| | 2683 | ERROR: test_iterkeys (__main__.TestMaildir) |
| | 2684 | ---------------------------------------------------------------------- |
| | 2685 | Traceback (most recent call last): |
| | 2686 | File "test_mailbox.py", line 178, in test_iterkeys |
| | 2687 | self._check_iteration(self._box.iterkeys, do_keys=True, do_values=False) |
| | 2688 | File "test_mailbox.py", line 212, in _check_iteration |
| | 2689 | keys.append(self._box.add(self._template % i)) |
| | 2690 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2691 | os.link(tmp_file.name, dest) |
| | 2692 | OSError: [Errno -2147454933] Operation not supported |
| | 2693 | |
| | 2694 | ====================================================================== |
| | 2695 | ERROR: test_itervalues (__main__.TestMaildir) |
| | 2696 | ---------------------------------------------------------------------- |
| | 2697 | Traceback (most recent call last): |
| | 2698 | File "test_mailbox.py", line 187, in test_itervalues |
| | 2699 | do_values=True) |
| | 2700 | File "test_mailbox.py", line 212, in _check_iteration |
| | 2701 | keys.append(self._box.add(self._template % i)) |
| | 2702 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2703 | os.link(tmp_file.name, dest) |
| | 2704 | OSError: [Errno -2147454933] Operation not supported |
| | 2705 | |
| | 2706 | ====================================================================== |
| | 2707 | ERROR: test_keys (__main__.TestMaildir) |
| | 2708 | ---------------------------------------------------------------------- |
| | 2709 | Traceback (most recent call last): |
| | 2710 | File "test_mailbox.py", line 182, in test_keys |
| | 2711 | self._check_iteration(self._box.keys, do_keys=True, do_values=False) |
| | 2712 | File "test_mailbox.py", line 212, in _check_iteration |
| | 2713 | keys.append(self._box.add(self._template % i)) |
| | 2714 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2715 | os.link(tmp_file.name, dest) |
| | 2716 | OSError: [Errno -2147454933] Operation not supported |
| | 2717 | |
| | 2718 | ====================================================================== |
| | 2719 | ERROR: test_len (__main__.TestMaildir) |
| | 2720 | ---------------------------------------------------------------------- |
| | 2721 | Traceback (most recent call last): |
| | 2722 | File "test_mailbox.py", line 266, in test_len |
| | 2723 | keys.append(self._box.add(self._template % i)) |
| | 2724 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2725 | os.link(tmp_file.name, dest) |
| | 2726 | OSError: [Errno -2147454933] Operation not supported |
| | 2727 | |
| | 2728 | ====================================================================== |
| | 2729 | ERROR: test_lookup (__main__.TestMaildir) |
| | 2730 | ---------------------------------------------------------------------- |
| | 2731 | Traceback (most recent call last): |
| | 2732 | File "test_mailbox.py", line 682, in test_lookup |
| | 2733 | key0 = self._box.add(self._template % 0) |
| | 2734 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2735 | os.link(tmp_file.name, dest) |
| | 2736 | OSError: [Errno -2147454933] Operation not supported |
| | 2737 | |
| | 2738 | ====================================================================== |
| | 2739 | ERROR: test_pop (__main__.TestMaildir) |
| | 2740 | ---------------------------------------------------------------------- |
| | 2741 | Traceback (most recent call last): |
| | 2742 | File "test_mailbox.py", line 314, in test_pop |
| | 2743 | key0 = self._box.add(self._template % 0) |
| | 2744 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2745 | os.link(tmp_file.name, dest) |
| | 2746 | OSError: [Errno -2147454933] Operation not supported |
| | 2747 | |
| | 2748 | ====================================================================== |
| | 2749 | ERROR: test_popitem (__main__.TestMaildir) |
| | 2750 | ---------------------------------------------------------------------- |
| | 2751 | Traceback (most recent call last): |
| | 2752 | File "test_mailbox.py", line 334, in test_popitem |
| | 2753 | keys.append(self._box.add(self._template % i)) |
| | 2754 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2755 | os.link(tmp_file.name, dest) |
| | 2756 | OSError: [Errno -2147454933] Operation not supported |
| | 2757 | |
| | 2758 | ====================================================================== |
| | 2759 | ERROR: test_refresh (__main__.TestMaildir) |
| | 2760 | ---------------------------------------------------------------------- |
| | 2761 | Traceback (most recent call last): |
| | 2762 | File "test_mailbox.py", line 665, in test_refresh |
| | 2763 | key0 = self._box.add(self._template % 0) |
| | 2764 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2765 | os.link(tmp_file.name, dest) |
| | 2766 | OSError: [Errno -2147454933] Operation not supported |
| | 2767 | |
| | 2768 | ====================================================================== |
| | 2769 | ERROR: test_remove (__main__.TestMaildir) |
| | 2770 | ---------------------------------------------------------------------- |
| | 2771 | Traceback (most recent call last): |
| | 2772 | File "test_mailbox.py", line 83, in test_remove |
| | 2773 | self._test_remove_or_delitem(self._box.remove) |
| | 2774 | File "test_mailbox.py", line 91, in _test_remove_or_delitem |
| | 2775 | key0 = self._box.add(self._template % 0) |
| | 2776 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2777 | os.link(tmp_file.name, dest) |
| | 2778 | OSError: [Errno -2147454933] Operation not supported |
| | 2779 | |
| | 2780 | ====================================================================== |
| | 2781 | ERROR: test_set_MM (__main__.TestMaildir) |
| | 2782 | ---------------------------------------------------------------------- |
| | 2783 | Traceback (most recent call last): |
| | 2784 | File "test_mailbox.py", line 495, in test_set_MM |
| | 2785 | key = self._box.add(msg0) |
| | 2786 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2787 | os.link(tmp_file.name, dest) |
| | 2788 | OSError: [Errno -2147454933] Operation not supported |
| | 2789 | |
| | 2790 | ====================================================================== |
| | 2791 | ERROR: test_set_item (__main__.TestMaildir) |
| | 2792 | ---------------------------------------------------------------------- |
| | 2793 | Traceback (most recent call last): |
| | 2794 | File "test_mailbox.py", line 275, in test_set_item |
| | 2795 | key0 = self._box.add(self._template % 'original 0') |
| | 2796 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2797 | os.link(tmp_file.name, dest) |
| | 2798 | OSError: [Errno -2147454933] Operation not supported |
| | 2799 | |
| | 2800 | ====================================================================== |
| | 2801 | ERROR: test_update (__main__.TestMaildir) |
| | 2802 | ---------------------------------------------------------------------- |
| | 2803 | Traceback (most recent call last): |
| | 2804 | File "test_mailbox.py", line 348, in test_update |
| | 2805 | key0 = self._box.add(self._template % 'original 0') |
| | 2806 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2807 | os.link(tmp_file.name, dest) |
| | 2808 | OSError: [Errno -2147454933] Operation not supported |
| | 2809 | |
| | 2810 | ====================================================================== |
| | 2811 | ERROR: test_values (__main__.TestMaildir) |
| | 2812 | ---------------------------------------------------------------------- |
| | 2813 | Traceback (most recent call last): |
| | 2814 | File "test_mailbox.py", line 196, in test_values |
| | 2815 | self._check_iteration(self._box.values, do_keys=False, do_values=True) |
| | 2816 | File "test_mailbox.py", line 212, in _check_iteration |
| | 2817 | keys.append(self._box.add(self._template % i)) |
| | 2818 | File "/boot/common/lib/python2.7/mailbox.py", line 260, in add |
| | 2819 | os.link(tmp_file.name, dest) |
| | 2820 | OSError: [Errno -2147454933] Operation not supported |
| | 2821 | |
| | 2822 | ====================================================================== |
| | 2823 | ERROR: test_lock_conflict (__main__.TestMbox) |
| | 2824 | ---------------------------------------------------------------------- |
| | 2825 | Traceback (most recent call last): |
| | 2826 | File "test_mailbox.py", line 816, in test_lock_conflict |
| | 2827 | self._box.lock) |
| | 2828 | File "/boot/common/lib/python2.7/unittest.py", line 345, in failUnlessRaises |
| | 2829 | callableObj(*args, **kwargs) |
| | 2830 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2831 | _lock_file(self._file) |
| | 2832 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2833 | os.link(pre_lock.name, f.name + '.lock') |
| | 2834 | OSError: [Errno -2147454933] Operation not supported |
| | 2835 | |
| | 2836 | ====================================================================== |
| | 2837 | ERROR: test_lock_unlock (__main__.TestMbox) |
| | 2838 | ---------------------------------------------------------------------- |
| | 2839 | Traceback (most recent call last): |
| | 2840 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 2841 | self._box.lock() |
| | 2842 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2843 | _lock_file(self._file) |
| | 2844 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2845 | os.link(pre_lock.name, f.name + '.lock') |
| | 2846 | OSError: [Errno -2147454933] Operation not supported |
| | 2847 | |
| | 2848 | ====================================================================== |
| | 2849 | ERROR: test_relock (__main__.TestMbox) |
| | 2850 | ---------------------------------------------------------------------- |
| | 2851 | Traceback (most recent call last): |
| | 2852 | File "test_mailbox.py", line 833, in test_relock |
| | 2853 | self._box.lock() |
| | 2854 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2855 | _lock_file(self._file) |
| | 2856 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2857 | os.link(pre_lock.name, f.name + '.lock') |
| | 2858 | OSError: [Errno -2147454933] Operation not supported |
| | 2859 | |
| | 2860 | ====================================================================== |
| | 2861 | ERROR: test_lock_conflict (__main__.TestMMDF) |
| | 2862 | ---------------------------------------------------------------------- |
| | 2863 | Traceback (most recent call last): |
| | 2864 | File "test_mailbox.py", line 816, in test_lock_conflict |
| | 2865 | self._box.lock) |
| | 2866 | File "/boot/common/lib/python2.7/unittest.py", line 345, in failUnlessRaises |
| | 2867 | callableObj(*args, **kwargs) |
| | 2868 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2869 | _lock_file(self._file) |
| | 2870 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2871 | os.link(pre_lock.name, f.name + '.lock') |
| | 2872 | OSError: [Errno -2147454933] Operation not supported |
| | 2873 | |
| | 2874 | ====================================================================== |
| | 2875 | ERROR: test_lock_unlock (__main__.TestMMDF) |
| | 2876 | ---------------------------------------------------------------------- |
| | 2877 | Traceback (most recent call last): |
| | 2878 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 2879 | self._box.lock() |
| | 2880 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2881 | _lock_file(self._file) |
| | 2882 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2883 | os.link(pre_lock.name, f.name + '.lock') |
| | 2884 | OSError: [Errno -2147454933] Operation not supported |
| | 2885 | |
| | 2886 | ====================================================================== |
| | 2887 | ERROR: test_relock (__main__.TestMMDF) |
| | 2888 | ---------------------------------------------------------------------- |
| | 2889 | Traceback (most recent call last): |
| | 2890 | File "test_mailbox.py", line 833, in test_relock |
| | 2891 | self._box.lock() |
| | 2892 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2893 | _lock_file(self._file) |
| | 2894 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2895 | os.link(pre_lock.name, f.name + '.lock') |
| | 2896 | OSError: [Errno -2147454933] Operation not supported |
| | 2897 | |
| | 2898 | ====================================================================== |
| | 2899 | ERROR: test_lock_unlock (__main__.TestMH) |
| | 2900 | ---------------------------------------------------------------------- |
| | 2901 | Traceback (most recent call last): |
| | 2902 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 2903 | self._box.lock() |
| | 2904 | File "/boot/common/lib/python2.7/mailbox.py", line 970, in lock |
| | 2905 | _lock_file(self._file) |
| | 2906 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2907 | os.link(pre_lock.name, f.name + '.lock') |
| | 2908 | OSError: [Errno -2147454933] Operation not supported |
| | 2909 | |
| | 2910 | ====================================================================== |
| | 2911 | ERROR: test_pack (__main__.TestMH) |
| | 2912 | ---------------------------------------------------------------------- |
| | 2913 | Traceback (most recent call last): |
| | 2914 | File "test_mailbox.py", line 960, in test_pack |
| | 2915 | self._box.pack() |
| | 2916 | File "/boot/common/lib/python2.7/mailbox.py", line 1086, in pack |
| | 2917 | os.path.join(self._path, str(prev + 1))) |
| | 2918 | OSError: [Errno -2147454933] Operation not supported |
| | 2919 | |
| | 2920 | ====================================================================== |
| | 2921 | ERROR: test_lock_unlock (__main__.TestBabyl) |
| | 2922 | ---------------------------------------------------------------------- |
| | 2923 | Traceback (most recent call last): |
| | 2924 | File "test_mailbox.py", line 387, in test_lock_unlock |
| | 2925 | self._box.lock() |
| | 2926 | File "/boot/common/lib/python2.7/mailbox.py", line 565, in lock |
| | 2927 | _lock_file(self._file) |
| | 2928 | File "/boot/common/lib/python2.7/mailbox.py", line 1874, in _lock_file |
| | 2929 | os.link(pre_lock.name, f.name + '.lock') |
| | 2930 | OSError: [Errno -2147454933] Operation not supported |
| | 2931 | |
| | 2932 | ====================================================================== |
| | 2933 | ERROR: test_nonempty_maildir_both (__main__.MaildirTestCase) |
| | 2934 | ---------------------------------------------------------------------- |
| | 2935 | Traceback (most recent call last): |
| | 2936 | File "test_mailbox.py", line 1809, in test_nonempty_maildir_both |
| | 2937 | self.createMessage("cur") |
| | 2938 | File "test_mailbox.py", line 1774, in createMessage |
| | 2939 | os.link(tmpname, newname) |
| | 2940 | OSError: [Errno -2147454933] Operation not supported |
| | 2941 | |
| | 2942 | ====================================================================== |
| | 2943 | ERROR: test_nonempty_maildir_cur (__main__.MaildirTestCase) |
| | 2944 | ---------------------------------------------------------------------- |
| | 2945 | Traceback (most recent call last): |
| | 2946 | File "test_mailbox.py", line 1793, in test_nonempty_maildir_cur |
| | 2947 | self.createMessage("cur") |
| | 2948 | File "test_mailbox.py", line 1774, in createMessage |
| | 2949 | os.link(tmpname, newname) |
| | 2950 | OSError: [Errno -2147454933] Operation not supported |
| | 2951 | |
| | 2952 | ====================================================================== |
| | 2953 | ERROR: test_nonempty_maildir_new (__main__.MaildirTestCase) |
| | 2954 | ---------------------------------------------------------------------- |
| | 2955 | Traceback (most recent call last): |
| | 2956 | File "test_mailbox.py", line 1801, in test_nonempty_maildir_new |
| | 2957 | self.createMessage("new") |
| | 2958 | File "test_mailbox.py", line 1774, in createMessage |
| | 2959 | os.link(tmpname, newname) |
| | 2960 | OSError: [Errno -2147454933] Operation not supported |
| | 2961 | |
| | 2962 | ====================================================================== |
| | 2963 | ERROR: test_unix_mbox (__main__.MaildirTestCase) |
| | 2964 | ---------------------------------------------------------------------- |
| | 2965 | Traceback (most recent call last): |
| | 2966 | File "test_mailbox.py", line 1821, in test_unix_mbox |
| | 2967 | fname = self.createMessage("cur", True) |
| | 2968 | File "test_mailbox.py", line 1774, in createMessage |
| | 2969 | os.link(tmpname, newname) |
| | 2970 | OSError: [Errno -2147454933] Operation not supported |
| | 2971 | |
| | 2972 | ====================================================================== |
| | 2973 | FAIL: test_clean (__main__.TestMaildir) |
| | 2974 | ---------------------------------------------------------------------- |
| | 2975 | Traceback (most recent call last): |
| | 2976 | File "test_mailbox.py", line 612, in test_clean |
| | 2977 | self.assert_(not os.path.exists(foo_path)) |
| | 2978 | AssertionError: None |
| | 2979 | |
| | 2980 | ---------------------------------------------------------------------- |
| | 2981 | Ran 271 tests in 20.882s |
| | 2982 | |
| | 2983 | FAILED (failures=1, errors=48) |
| | 2984 | Traceback (most recent call last): |
| | 2985 | File "test_mailbox.py", line 1926, in <module> |
| | 2986 | test_main() |
| | 2987 | File "test_mailbox.py", line 1921, in test_main |
| | 2988 | test_support.run_unittest(*tests) |
| | 2989 | File "/boot/common/lib/python2.7/test/test_support.py", line 722, in run_unittest |
| | 2990 | _run_suite(suite) |
| | 2991 | File "/boot/common/lib/python2.7/test/test_support.py", line 705, in _run_suite |
| | 2992 | raise TestFailed(err) |
| | 2993 | test.test_support.TestFailed: errors occurred; run in verbose mode for details |
| | 2994 | ~/develop/python/Lib/test> |
| | 2995 | }}} |