summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-sato-sdk-ptest/ptest-python.log
blob: 6455bd2959ba8187ae35f679bba670983f6b4fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
2019-05-09T02:01
2019-05-09T02:01
== CPython 2.7.16 (default, May 8 2019, 23:30:34) [GCC 8.3.0]
==   Linux-5.0.7-yocto-standard-x86_64-with-glibc2.2.5 little-endian
==   /var/volatile/tmp/test_python_7832
== CPU count: 1
Run tests sequentially
0:00:00 load avg: 0.91 [  1/404] test_grammar
0:00:00 load avg: 0.91 [  2/404] test_opcodes
0:00:00 load avg: 0.91 [  3/404] test_dict
0:00:00 load avg: 0.91 [  4/404] test_builtin
0:00:00 load avg: 0.91 [  5/404] test_exceptions
0:00:00 load avg: 0.91 [  6/404] test_types
0:00:00 load avg: 0.91 [  7/404] test_unittest
0:00:00 load avg: 0.91 [  8/404] test_doctest
0:00:01 load avg: 0.91 [  9/404] test_doctest2
0:00:01 load avg: 0.91 [ 10/404] test_MimeWriter
0:00:01 load avg: 0.91 [ 11/404] test_SimpleHTTPServer
0:00:01 load avg: 0.91 [ 12/404] test_StringIO
0:00:02 load avg: 0.91 [ 13/404] test___all__
0:00:05 load avg: 0.92 [ 14/404] test___future__
0:00:05 load avg: 0.92 [ 15/404] test__locale
0:00:05 load avg: 0.92 [ 16/404] test__osx_support
0:00:05 load avg: 0.92 [ 17/404] test_abc
0:00:05 load avg: 0.92 [ 18/404] test_abstract_numbers
0:00:05 load avg: 0.92 [ 19/404] test_aepack
test_aepack skipped -- No module named aetypes
0:00:05 load avg: 0.92 [ 20/404] test_aifc -- test_aepack skipped
0:00:06 load avg: 0.92 [ 21/404] test_al
test_al skipped -- No module named al
0:00:06 load avg: 0.92 [ 22/404] test_anydbm -- test_al skipped
0:00:06 load avg: 0.92 [ 23/404] test_applesingle
test_applesingle skipped -- No module named MacOS
0:00:06 load avg: 0.92 [ 24/404] test_argparse -- test_applesingle skipped
0:00:07 load avg: 0.92 [ 25/404] test_array
0:00:07 load avg: 0.92 [ 26/404] test_ascii_formatd
0:00:08 load avg: 0.92 [ 27/404] test_ast
0:00:08 load avg: 0.92 [ 28/404] test_asynchat
0:00:10 load avg: 0.92 [ 29/404] test_asyncore
0:00:14 load avg: 0.93 [ 30/404] test_atexit
0:00:14 load avg: 0.93 [ 31/404] test_audioop
0:00:15 load avg: 0.93 [ 32/404] test_augassign
0:00:15 load avg: 0.93 [ 33/404] test_base64
0:00:15 load avg: 0.93 [ 34/404] test_bastion
0:00:15 load avg: 0.93 [ 35/404] test_bdb
0:00:15 load avg: 0.93 [ 36/404] test_bigaddrspace
0:00:15 load avg: 0.93 [ 37/404] test_bigmem
0:00:15 load avg: 0.93 [ 38/404] test_binascii
0:00:15 load avg: 0.93 [ 39/404] test_binhex
0:00:15 load avg: 0.93 [ 40/404] test_binop
0:00:15 load avg: 0.93 [ 41/404] test_bisect
0:00:15 load avg: 0.93 [ 42/404] test_bool
0:00:15 load avg: 0.93 [ 43/404] test_bsddb
0:00:15 load avg: 0.93 [ 44/404] test_bsddb185
test_bsddb185 skipped -- No module named bsddb185
0:00:15 load avg: 0.93 [ 45/404] test_bsddb3 -- test_bsddb185 skipped
test_bsddb3 skipped -- Use of the `bsddb' resource not enabled
0:00:15 load avg: 0.93 [ 46/404] test_buffer -- test_bsddb3 skipped (resource denied)
0:00:15 load avg: 0.93 [ 47/404] test_bufio
0:00:16 load avg: 0.93 [ 48/404] test_bytes
0:00:17 load avg: 0.93 [ 49/404] test_bz2
0:00:18 load avg: 0.93 [ 50/404] test_calendar
0:00:20 load avg: 0.93 [ 51/404] test_call
0:00:20 load avg: 0.93 [ 52/404] test_capi
0:00:22 load avg: 0.93 [ 53/404] test_cd
test_cd skipped -- No module named cd
0:00:22 load avg: 0.93 [ 54/404] test_cfgparser -- test_cd skipped
0:00:23 load avg: 0.93 [ 55/404] test_cgi
0:00:23 load avg: 0.93 [ 56/404] test_charmapcodec
0:00:23 load avg: 1.02 [ 57/404] test_cl
test_cl skipped -- No module named cl
0:00:23 load avg: 1.02 [ 58/404] test_class -- test_cl skipped
0:00:23 load avg: 1.02 [ 59/404] test_cmath
0:00:23 load avg: 1.02 [ 60/404] test_cmd
0:00:23 load avg: 1.02 [ 61/404] test_cmd_line
0:00:24 load avg: 1.02 [ 62/404] test_cmd_line_script
0:00:24 load avg: 1.02 [ 63/404] test_code
0:00:24 load avg: 1.02 [ 64/404] test_codeccallbacks
0:00:25 load avg: 1.02 [ 65/404] test_codecencodings_cn
0:00:25 load avg: 1.02 [ 66/404] test_codecencodings_hk
0:00:25 load avg: 1.02 [ 67/404] test_codecencodings_iso2022
0:00:26 load avg: 1.02 [ 68/404] test_codecencodings_jp
0:00:27 load avg: 1.02 [ 69/404] test_codecencodings_kr
0:00:27 load avg: 1.02 [ 70/404] test_codecencodings_tw
0:00:27 load avg: 1.02 [ 71/404] test_codecmaps_cn
test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled
0:00:27 load avg: 1.02 [ 72/404] test_codecmaps_hk -- test_codecmaps_cn skipped (resource denied)
test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled
0:00:27 load avg: 1.02 [ 73/404] test_codecmaps_jp -- test_codecmaps_hk skipped (resource denied)
test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled
0:00:27 load avg: 1.02 [ 74/404] test_codecmaps_kr -- test_codecmaps_jp skipped (resource denied)
test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled
0:00:27 load avg: 1.02 [ 75/404] test_codecmaps_tw -- test_codecmaps_kr skipped (resource denied)
test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled
0:00:27 load avg: 1.02 [ 76/404] test_codecs -- test_codecmaps_tw skipped (resource denied)
0:00:28 load avg: 1.02 [ 77/404] test_codeop
0:00:28 load avg: 1.02 [ 78/404] test_coercion
0:00:28 load avg: 1.02 [ 79/404] test_collections
0:00:29 load avg: 1.02 [ 80/404] test_colorsys
0:00:29 load avg: 1.02 [ 81/404] test_commands
0:00:29 load avg: 1.02 [ 82/404] test_compare
0:00:29 load avg: 1.02 [ 83/404] test_compile
0:00:29 load avg: 1.02 [ 84/404] test_compileall
0:00:29 load avg: 1.02 [ 85/404] test_compiler
0:00:29 load avg: 1.02 [ 86/404] test_complex
0:00:29 load avg: 1.02 [ 87/404] test_complex_args
0:00:29 load avg: 1.02 [ 88/404] test_contains
0:00:29 load avg: 1.02 [ 89/404] test_contextlib
0:00:29 load avg: 1.02 [ 90/404] test_cookie
0:00:29 load avg: 1.02 [ 91/404] test_cookielib
0:00:30 load avg: 1.02 [ 92/404] test_copy
0:00:30 load avg: 1.02 [ 93/404] test_copy_reg
0:00:30 load avg: 1.02 [ 94/404] test_cpickle
0:00:31 load avg: 1.02 [ 95/404] test_cprofile
0:00:31 load avg: 1.02 [ 96/404] test_crypt
0:00:31 load avg: 1.02 [ 97/404] test_csv
0:00:31 load avg: 1.02 [ 98/404] test_ctypes
0:00:32 load avg: 1.02 [ 99/404] test_curses
test_curses skipped -- Use of the `curses' resource not enabled
0:00:32 load avg: 1.02 [100/404] test_datetime -- test_curses skipped (resource denied)
0:00:33 load avg: 0.94 [101/404] test_dbm
0:00:33 load avg: 0.94 [102/404] test_decimal
0:00:35 load avg: 0.94 [103/404] test_decorators
0:00:35 load avg: 0.94 [104/404] test_defaultdict
0:00:35 load avg: 0.94 [105/404] test_deque
0:00:37 load avg: 0.94 [106/404] test_descr
0:00:38 load avg: 0.94 [107/404] test_descrtut
0:00:38 load avg: 0.94 [108/404] test_dictcomps
0:00:38 load avg: 0.94 [109/404] test_dictviews
0:00:38 load avg: 0.94 [110/404] test_difflib
0:00:39 load avg: 0.94 [111/404] test_dircache
0:00:40 load avg: 0.94 [112/404] test_dis
0:00:41 load avg: 0.94 [113/404] test_distutils
0:00:43 load avg: 1.03 [114/404] test_dl
test_dl skipped -- No module named dl
0:00:43 load avg: 1.03 [115/404] test_docxmlrpc -- test_dl skipped
0:00:43 load avg: 1.03 [116/404] test_dumbdbm
0:00:43 load avg: 1.03 [117/404] test_dummy_thread
0:00:44 load avg: 1.03 [118/404] test_dummy_threading
0:00:44 load avg: 1.03 [119/404] test_email
0:00:47 load avg: 1.03 [120/404] test_email_codecs
0:00:47 load avg: 1.03 [121/404] test_email_renamed
0:00:47 load avg: 1.03 [122/404] test_ensurepip
0:00:47 load avg: 1.03 [123/404] test_enumerate
0:00:48 load avg: 1.03 [124/404] test_eof
0:00:48 load avg: 1.03 [125/404] test_epoll
0:00:50 load avg: 1.02 [126/404] test_errno
0:00:50 load avg: 1.02 [127/404] test_exception_variations
0:00:50 load avg: 1.02 [128/404] test_extcall
0:00:50 load avg: 1.02 [129/404] test_fcntl
0:00:50 load avg: 1.02 [130/404] test_file
0:00:50 load avg: 1.02 [131/404] test_file2k
0:00:58 load avg: 1.23 [132/404] test_file_eintr
0:00:59 load avg: 1.23 [133/404] test_filecmp
0:00:59 load avg: 1.23 [134/404] test_fileinput
0:00:59 load avg: 1.23 [135/404] test_fileio
0:00:59 load avg: 1.23 [136/404] test_float
0:00:59 load avg: 1.23 [137/404] test_fnmatch
0:00:59 load avg: 1.23 [138/404] test_fork1
0:01:06 load avg: 1.14 [139/404] test_format
0:01:06 load avg: 1.14 [140/404] test_fpformat
0:01:06 load avg: 1.14 [141/404] test_fractions
0:01:06 load avg: 1.14 [142/404] test_frozen
0:01:06 load avg: 1.14 [143/404] test_ftplib
0:01:10 load avg: 1.04 [144/404] test_funcattrs
0:01:10 load avg: 1.04 [145/404] test_functools
0:01:10 load avg: 1.04 [146/404] test_future
0:01:10 load avg: 1.04 [147/404] test_future3
0:01:10 load avg: 1.04 [148/404] test_future4
0:01:11 load avg: 1.04 [149/404] test_future5
0:01:11 load avg: 1.04 [150/404] test_future_builtins
0:01:11 load avg: 1.04 [151/404] test_gc
0:01:15 load avg: 1.04 [152/404] test_gdb
test_gdb skipped -- test_gdb only works on source builds at the moment.
0:01:15 load avg: 1.04 [153/404] test_gdbm -- test_gdb skipped
0:01:15 load avg: 1.04 [154/404] test_generators
0:01:15 load avg: 1.04 [155/404] test_genericpath
0:01:15 load avg: 1.04 [156/404] test_genexps
0:01:15 load avg: 1.04 [157/404] test_getargs
0:01:15 load avg: 1.04 [158/404] test_getargs2
0:01:15 load avg: 1.04 [159/404] test_getopt
0:01:15 load avg: 1.04 [160/404] test_gettext
0:01:16 load avg: 1.04 [161/404] test_gl
test_gl skipped -- No module named gl
0:01:16 load avg: 1.04 [162/404] test_glob -- test_gl skipped
0:01:16 load avg: 1.04 [163/404] test_global
0:01:16 load avg: 1.04 [164/404] test_grp
0:01:16 load avg: 1.04 [165/404] test_gzip
0:01:16 load avg: 1.04 [166/404] test_hash
0:01:17 load avg: 1.04 [167/404] test_hashlib
0:01:17 load avg: 1.04 [168/404] test_heapq
0:01:18 load avg: 1.04 [169/404] test_hmac
0:01:18 load avg: 1.04 [170/404] test_hotshot
0:01:18 load avg: 1.04 [171/404] test_htmllib
0:01:18 load avg: 1.04 [172/404] test_htmlparser
0:01:18 load avg: 1.04 [173/404] test_httplib
0:01:18 load avg: 1.04 [174/404] test_httpservers
0:01:18 load avg: 1.04 [175/404] test_idle
test_idle skipped -- No module named _tkinter
0:01:18 load avg: 1.04 [176/404] test_imageop -- test_idle skipped
test_imageop skipped -- No module named imageop
0:01:19 load avg: 1.04 [177/404] test_imaplib -- test_imageop skipped
0:01:19 load avg: 1.04 [178/404] test_imgfile
test_imgfile skipped -- No module named imgfile
0:01:19 load avg: 1.04 [179/404] test_imghdr -- test_imgfile skipped
0:01:19 load avg: 1.04 [180/404] test_imp
0:01:19 load avg: 1.04 [181/404] test_import
0:01:19 load avg: 1.04 [182/404] test_import_magic
0:01:19 load avg: 1.04 [183/404] test_importhooks
0:01:19 load avg: 1.04 [184/404] test_importlib
0:01:19 load avg: 1.04 [185/404] test_index
0:01:19 load avg: 1.04 [186/404] test_inspect
0:01:19 load avg: 1.04 [187/404] test_int
0:01:20 load avg: 1.04 [188/404] test_int_literal
0:01:20 load avg: 1.04 [189/404] test_io
0:01:54 load avg: 0.73 [190/404] test_ioctl -- test_io passed in 33 sec 586 ms
test_ioctl skipped -- Unable to open /dev/tty
0:01:54 load avg: 0.73 [191/404] test_isinstance -- test_ioctl skipped
0:01:54 load avg: 0.73 [192/404] test_iter
0:01:54 load avg: 0.73 [193/404] test_iterlen
0:01:54 load avg: 0.73 [194/404] test_itertools
0:01:57 load avg: 0.73 [195/404] test_json
0:01:59 load avg: 0.76 [196/404] test_kqueue
test_kqueue skipped -- test works only on BSD
0:01:59 load avg: 0.76 [197/404] test_largefile -- test_kqueue skipped
0:01:59 load avg: 0.76 [198/404] test_lib2to3
0:02:16 load avg: 0.81 [199/404] test_linecache
0:02:16 load avg: 0.81 [200/404] test_linuxaudiodev
test_linuxaudiodev skipped -- Use of the `audio' resource not enabled
0:02:16 load avg: 0.81 [201/404] test_list -- test_linuxaudiodev skipped (resource denied)
0:02:17 load avg: 0.81 [202/404] test_locale
0:02:17 load avg: 0.81 [203/404] test_logging
0:02:28 load avg: 0.63 [204/404] test_long
0:02:29 load avg: 0.63 [205/404] test_long_future
0:02:30 load avg: 0.63 [206/404] test_longexp
0:02:30 load avg: 0.63 [207/404] test_macos
test_macos skipped -- No module named MacOS
0:02:31 load avg: 0.63 [208/404] test_macostools -- test_macos skipped
test_macostools skipped -- No module named MacOS
0:02:31 load avg: 0.63 [209/404] test_macpath -- test_macostools skipped
0:02:31 load avg: 0.63 [210/404] test_macurl2path
0:02:31 load avg: 0.63 [211/404] test_mailbox
0:02:31 load avg: 0.63 [212/404] test_marshal
0:02:31 load avg: 0.63 [213/404] test_math
0:02:32 load avg: 0.63 [214/404] test_md5
0:02:32 load avg: 0.63 [215/404] test_memoryio
0:02:33 load avg: 0.63 [216/404] test_memoryview
0:02:33 load avg: 0.66 [217/404] test_mhlib
0:02:33 load avg: 0.66 [218/404] test_mimetools
0:02:33 load avg: 0.66 [219/404] test_mimetypes
0:02:33 load avg: 0.66 [220/404] test_minidom
0:02:34 load avg: 0.66 [221/404] test_mmap
0:02:34 load avg: 0.66 [222/404] test_module
0:02:34 load avg: 0.66 [223/404] test_modulefinder
0:02:34 load avg: 0.66 [224/404] test_msilib
test_msilib skipped -- No module named msilib
0:02:34 load avg: 0.66 [225/404] test_multibytecodec -- test_msilib skipped
0:02:36 load avg: 0.66 [226/404] test_multifile
0:02:36 load avg: 0.66 [227/404] test_multiprocessing
0:03:01 load avg: 0.65 [228/404] test_mutants
0:03:01 load avg: 0.65 [229/404] test_mutex
0:03:01 load avg: 0.65 [230/404] test_netrc
0:03:01 load avg: 0.65 [231/404] test_new
0:03:01 load avg: 0.65 [232/404] test_nis
test_nis skipped -- No module named nis
0:03:02 load avg: 0.65 [233/404] test_nntplib -- test_nis skipped
0:03:02 load avg: 0.65 [234/404] test_normalization
0:03:02 load avg: 0.65 [235/404] test_ntpath
0:03:02 load avg: 0.65 [236/404] test_old_mailbox
0:03:02 load avg: 0.65 [237/404] test_openpty
0:03:02 load avg: 0.65 [238/404] test_operator
0:03:03 load avg: 0.65 [239/404] test_optparse
0:03:03 load avg: 0.65 [240/404] test_ordered_dict
0:03:04 load avg: 0.68 [241/404] test_os
0:03:05 load avg: 0.68 [242/404] test_ossaudiodev
test_ossaudiodev skipped -- Use of the `audio' resource not enabled
0:03:05 load avg: 0.68 [243/404] test_parser -- test_ossaudiodev skipped (resource denied)
0:03:05 load avg: 0.68 [244/404] test_pdb
0:03:05 load avg: 0.68 [245/404] test_peepholer
0:03:05 load avg: 0.68 [246/404] test_pep247
0:03:05 load avg: 0.68 [247/404] test_pep277
test_pep277 skipped -- only NT+ and systems with Unicode-friendly filesystem encoding
0:03:05 load avg: 0.68 [248/404] test_pep352 -- test_pep277 skipped
0:03:05 load avg: 0.68 [249/404] test_pickle
0:03:07 load avg: 0.68 [250/404] test_pickletools
0:03:07 load avg: 0.68 [251/404] test_pipes
0:03:07 load avg: 0.68 [252/404] test_pkg
0:03:07 load avg: 0.68 [253/404] test_pkgimport
0:03:08 load avg: 0.68 [254/404] test_pkgutil
0:03:08 load avg: 0.68 [255/404] test_platform
0:03:08 load avg: 0.68 [256/404] test_plistlib
0:03:08 load avg: 0.71 [257/404] test_poll
0:03:19 load avg: 0.60 [258/404] test_popen
0:03:19 load avg: 0.60 [259/404] test_popen2
0:03:19 load avg: 0.60 [260/404] test_poplib
0:03:21 load avg: 0.60 [261/404] test_posix
0:03:21 load avg: 0.60 [262/404] test_posixpath
0:03:21 load avg: 0.60 [263/404] test_pow
0:03:21 load avg: 0.60 [264/404] test_pprint
0:03:21 load avg: 0.60 [265/404] test_print
0:03:21 load avg: 0.60 [266/404] test_profile
0:03:22 load avg: 0.60 [267/404] test_property
0:03:22 load avg: 0.60 [268/404] test_pstats
0:03:22 load avg: 0.60 [269/404] test_pty
0:03:22 load avg: 0.60 [270/404] test_pwd
0:03:22 load avg: 0.60 [271/404] test_py3kwarn
test_py3kwarn skipped -- test.test_py3kwarn must be run with the -3 flag
0:03:22 load avg: 0.60 [272/404] test_py_compile -- test_py3kwarn skipped
0:03:22 load avg: 0.60 [273/404] test_pyclbr
0:03:23 load avg: 0.60 [274/404] test_pydoc
0:03:24 load avg: 0.63 [275/404] test_pyexpat
0:03:24 load avg: 0.63 [276/404] test_queue
0:03:27 load avg: 0.63 [277/404] test_quopri
0:03:28 load avg: 0.63 [278/404] test_random
0:03:28 load avg: 0.66 [279/404] test_re
0:03:29 load avg: 0.66 [280/404] test_readline
0:03:29 load avg: 0.66 [281/404] test_regrtest
0:03:33 load avg: 0.69 [282/404] test_repr
0:03:33 load avg: 0.69 [283/404] test_resource
0:03:33 load avg: 0.69 [284/404] test_rfc822
0:03:34 load avg: 0.69 [285/404] test_richcmp
0:03:34 load avg: 0.69 [286/404] test_rlcompleter
0:03:34 load avg: 0.69 [287/404] test_robotparser
0:03:34 load avg: 0.69 [288/404] test_runpy
0:03:39 load avg: 0.71 [289/404] test_sax
0:03:39 load avg: 0.71 [290/404] test_scope
0:03:39 load avg: 0.71 [291/404] test_scriptpackages
test_scriptpackages skipped -- No module named aetools
0:03:39 load avg: 0.71 [292/404] test_select -- test_scriptpackages skipped
0:03:50 load avg: 0.60 [293/404] test_set
0:03:51 load avg: 0.60 [294/404] test_setcomps
0:03:52 load avg: 0.60 [295/404] test_sets
0:03:52 load avg: 0.60 [296/404] test_sgmllib
0:03:52 load avg: 0.60 [297/404] test_sha
0:03:52 load avg: 0.60 [298/404] test_shelve
0:03:52 load avg: 0.60 [299/404] test_shlex
0:03:52 load avg: 0.60 [300/404] test_shutil
0:03:53 load avg: 0.60 [301/404] test_signal
0:04:00 load avg: 0.66 [302/404] test_site
0:04:00 load avg: 0.66 [303/404] test_slice
0:04:01 load avg: 0.66 [304/404] test_smtplib
0:04:02 load avg: 0.66 [305/404] test_smtpnet
test_smtpnet skipped -- Use of the `network' resource not enabled
0:04:02 load avg: 0.66 [306/404] test_socket -- test_smtpnet skipped (resource denied)
0:04:38 load avg: 0.56 [307/404] test_socketserver -- test_socket passed in 36 sec 64 ms
test_socketserver skipped -- Use of the `network' resource not enabled
0:04:38 load avg: 0.56 [308/404] test_softspace -- test_socketserver skipped (resource denied)
0:04:38 load avg: 0.56 [309/404] test_sort
0:04:38 load avg: 0.56 [310/404] test_source_encoding
0:04:39 load avg: 0.56 [311/404] test_spwd
0:04:39 load avg: 0.56 [312/404] test_sqlite
0:04:40 load avg: 0.56 [313/404] test_ssl
Exception in thread Thread-595:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/test/test_ssl.py", line 1779, in run
    msg = self.read()
  File "/usr/lib/python2.7/test/test_ssl.py", line 1756, in read
    return self.sslconn.read()
  File "/usr/lib/python2.7/ssl.py", line 641, in read
    v = self._sslobj.read(len)
error: [Errno 104] Connection reset by peer

Exception in thread Thread-648:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/test/test_ssl.py", line 1779, in run
    msg = self.read()
  File "/usr/lib/python2.7/test/test_ssl.py", line 1756, in read
    return self.sslconn.read()
  File "/usr/lib/python2.7/ssl.py", line 641, in read
    v = self._sslobj.read(len)
error: [Errno 104] Connection reset by peer

0:04:42 load avg: 0.56 [314/404] test_startfile
test_startfile skipped -- module 'os' has no attribute 'startfile'
0:04:42 load avg: 0.56 [315/404] test_stat -- test_startfile skipped
0:04:43 load avg: 0.56 [316/404] test_str
0:04:43 load avg: 0.60 [317/404] test_strftime
0:04:44 load avg: 0.60 [318/404] test_string
0:04:44 load avg: 0.60 [319/404] test_stringprep
0:04:44 load avg: 0.60 [320/404] test_strop
0:04:44 load avg: 0.60 [321/404] test_strptime
0:04:45 load avg: 0.60 [322/404] test_strtod
0:04:45 load avg: 0.60 [323/404] test_struct
0:04:46 load avg: 0.60 [324/404] test_structmembers
0:04:46 load avg: 0.60 [325/404] test_structseq
0:04:46 load avg: 0.60 [326/404] test_subprocess
test test_subprocess failed -- Traceback (most recent call last):
  File "/usr/lib/python2.7/test/test_subprocess.py", line 1276, in test_pipe_cloexec
    self.assertEqual(p2.returncode, 0, "Unexpected error: " + repr(stderr))
AssertionError: Unexpected error: ''

Re-running test 'test_subprocess' in verbose mode
PASS: test_call_kwargs (test.test_subprocess.ProcessTestCase)
PASS: test_call_seq (test.test_subprocess.ProcessTestCase)
PASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCase)
PASS: test_check_call_zero (test.test_subprocess.ProcessTestCase)
PASS: test_check_output (test.test_subprocess.ProcessTestCase)
PASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCase)
PASS: test_check_output_stderr (test.test_subprocess.ProcessTestCase)
PASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase)
PASS: test_communicate (test.test_subprocess.ProcessTestCase)
PASS: test_communicate_epipe (test.test_subprocess.ProcessTestCase)
PASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCase)
PASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCase)
PASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCase)
PASS: test_communicate_returns (test.test_subprocess.ProcessTestCase)
PASS: test_communicate_stderr (test.test_subprocess.ProcessTestCase)
PASS: test_communicate_stdin (test.test_subprocess.ProcessTestCase)
PASS: test_communicate_stdout (test.test_subprocess.ProcessTestCase)
PASS: test_cwd (test.test_subprocess.ProcessTestCase)
PASS: test_double_close_on_error (test.test_subprocess.ProcessTestCase)
PASS: test_env (test.test_subprocess.ProcessTestCase)
PASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCase)
PASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCase)
test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCase)
PASS: Test for the fork() failure fd leak reported in issue16327.
PASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCase)
PASS: test_invalid_args (test.test_subprocess.ProcessTestCase)
PASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCase)
PASS: test_invalid_cmd (test.test_subprocess.ProcessTestCase)
PASS: test_invalid_env (test.test_subprocess.ProcessTestCase)
PASS: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCase)
PASS: test_list2cmdline (test.test_subprocess.ProcessTestCase)
PASS: test_no_leaking (test.test_subprocess.ProcessTestCase)
PASS: test_poll (test.test_subprocess.ProcessTestCase)
PASS: test_stderr_filedes (test.test_subprocess.ProcessTestCase)
PASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCase)
PASS: test_stderr_none (test.test_subprocess.ProcessTestCase)
PASS: test_stderr_pipe (test.test_subprocess.ProcessTestCase)
PASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCase)
PASS: test_stdin_filedes (test.test_subprocess.ProcessTestCase)
PASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCase)
PASS: test_stdin_none (test.test_subprocess.ProcessTestCase)
PASS: test_stdin_pipe (test.test_subprocess.ProcessTestCase)
PASS: test_stdout_filedes (test.test_subprocess.ProcessTestCase)
PASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCase)
PASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCase)
PASS: test_stdout_none (test.test_subprocess.ProcessTestCase)
PASS: test_stdout_pipe (test.test_subprocess.ProcessTestCase)
PASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCase)
PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCase)
PASS: test_universal_newlines (test.test_subprocess.ProcessTestCase)
PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCase)
PASS: test_wait (test.test_subprocess.ProcessTestCase)
PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCase)
PASS: test_args_string (test.test_subprocess.POSIXProcessTestCase)
PASS: test_call_string (test.test_subprocess.POSIXProcessTestCase)
PASS: test_close_fd_0 (test.test_subprocess.POSIXProcessTestCase)
PASS: test_close_fd_1 (test.test_subprocess.POSIXProcessTestCase)
PASS: test_close_fd_2 (test.test_subprocess.POSIXProcessTestCase)
PASS: test_close_fds_0_1 (test.test_subprocess.POSIXProcessTestCase)
PASS: test_close_fds_0_1_2 (test.test_subprocess.POSIXProcessTestCase)
PASS: test_close_fds_0_2 (test.test_subprocess.POSIXProcessTestCase)
PASS: test_close_fds_1_2 (test.test_subprocess.POSIXProcessTestCase)
PASS: test_exceptions (test.test_subprocess.POSIXProcessTestCase)
PASS: test_invalid_args (test.test_subprocess.POSIXProcessTestCase)
PASS: test_kill (test.test_subprocess.POSIXProcessTestCase)
PASS: test_kill_dead (test.test_subprocess.POSIXProcessTestCase)
PASS: test_leak_fast_process_del_killed (test.test_subprocess.POSIXProcessTestCase)
FAIL: test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase)
PASS: test_preexec (test.test_subprocess.POSIXProcessTestCase)
test_preexec_errpipe_does_not_double_close_pipes (test.test_subprocess.POSIXProcessTestCase)
PASS: Issue16140: Don't double close pipes on preexec error.
PASS: test_run_abort (test.test_subprocess.POSIXProcessTestCase)
PASS: test_send_signal (test.test_subprocess.POSIXProcessTestCase)
PASS: test_send_signal_dead (test.test_subprocess.POSIXProcessTestCase)
PASS: test_shell_sequence (test.test_subprocess.POSIXProcessTestCase)
PASS: test_shell_string (test.test_subprocess.POSIXProcessTestCase)
PASS: test_specific_shell (test.test_subprocess.POSIXProcessTestCase)
test_stopped (test.test_subprocess.POSIXProcessTestCase)
PASS: Test wait() behavior when waitpid returns WIFSTOPPED; issue29335.
PASS: test_swap_fds (test.test_subprocess.POSIXProcessTestCase)
PASS: test_terminate (test.test_subprocess.POSIXProcessTestCase)
PASS: test_terminate_dead (test.test_subprocess.POSIXProcessTestCase)
PASS: test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase)
PASS: test_zombie_fast_process_del (test.test_subprocess.POSIXProcessTestCase)
SKIP: test_call_string (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_close_fds (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_creationflags (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_invalid_args (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_kill (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_kill_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_send_signal (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_send_signal_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_shell_sequence (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_shell_string (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_startupinfo (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_terminate (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
SKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase) 'Windows specific tests'
PASS: test_call_kwargs (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_call_seq (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_check_call_zero (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_check_output (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_check_output_stderr (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_communicate (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_communicate_epipe (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_communicate_returns (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_communicate_stderr (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_cwd (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_double_close_on_error (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_env (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll)
test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: Test for the fork() failure fd leak reported in issue16327.
PASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_invalid_args (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_invalid_cmd (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_list2cmdline (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_no_leaking (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_poll (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stderr_filedes (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stderr_none (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdin_filedes (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdin_none (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdin_pipe (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdout_filedes (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdout_none (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdout_pipe (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_universal_newlines (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_wait (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll)
PASS: test_eintr_retry_call (test.test_subprocess.HelperFunctionTests)
SKIP: test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only'
SKIP: test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only'
SKIP: test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only'
test test_subprocess failed -- Traceback (most recent call last):
  File "/usr/lib/python2.7/test/test_subprocess.py", line 1276, in test_pipe_cloexec
    self.assertEqual(p2.returncode, 0, "Unexpected error: " + repr(stderr))
AssertionError: Unexpected error: ''

SKIP: test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces) 'mswindows only'

======================================================================
FAIL: test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/test/test_subprocess.py", line 1276, in test_pipe_cloexec
    self.assertEqual(p2.returncode, 0, "Unexpected error: " + repr(stderr))
AssertionError: Unexpected error: ''

----------------------------------------------------------------------
Ran 151 tests in 31.646s

FAILED (failures=1, skipped=17)
0:05:49 load avg: 0.64 [327/404/1] test_sunau -- test_subprocess failed in 1 min 3 sec
0:05:50 load avg: 0.64 [328/404/1] test_sunaudiodev
test_sunaudiodev skipped -- No module named sunaudiodev
0:05:50 load avg: 0.64 [329/404/1] test_sundry -- test_sunaudiodev skipped
0:05:50 load avg: 0.64 [330/404/1] test_symtable
0:05:50 load avg: 0.64 [331/404/1] test_syntax
0:05:50 load avg: 0.64 [332/404/1] test_sys
0:05:50 load avg: 0.64 [333/404/1] test_sys_setprofile
0:05:50 load avg: 0.64 [334/404/1] test_sys_settrace
0:05:51 load avg: 0.64 [335/404/1] test_sysconfig
0:05:51 load avg: 0.64 [336/404/1] test_tarfile
0:05:52 load avg: 0.64 [337/404/1] test_tcl
test_tcl skipped -- No module named _tkinter
0:05:52 load avg: 0.64 [338/404/1] test_telnetlib -- test_tcl skipped
0:05:57 load avg: 0.59 [339/404/1] test_tempfile
0:05:57 load avg: 0.59 [340/404/1] test_test_support
0:05:58 load avg: 0.59 [341/404/1] test_textwrap
0:05:58 load avg: 0.59 [342/404/1] test_thread
0:05:58 load avg: 0.62 [343/404/1] test_threaded_import
0:05:58 load avg: 0.62 [344/404/1] test_threadedtempfile
0:05:59 load avg: 0.62 [345/404/1] test_threading
0:06:02 load avg: 0.62 [346/404/1] test_threading_local
0:06:03 load avg: 0.65 [347/404/1] test_threadsignals
0:06:03 load avg: 0.65 [348/404/1] test_time
0:06:05 load avg: 0.65 [349/404/1] test_timeit
0:06:05 load avg: 0.65 [350/404/1] test_timeout
test_timeout skipped -- Use of the `network' resource not enabled
0:06:05 load avg: 0.65 [351/404/1] test_tk -- test_timeout skipped (resource denied)
test_tk skipped -- No module named _tkinter
0:06:05 load avg: 0.65 [352/404/1] test_tokenize -- test_tk skipped
0:06:06 load avg: 0.65 [353/404/1] test_tools
test_tools skipped -- test irrelevant for an installed Python
0:06:06 load avg: 0.65 [354/404/1] test_trace -- test_tools skipped
0:06:07 load avg: 0.65 [355/404/1] test_traceback
0:06:11 load avg: 0.60 [356/404/1] test_transformer
0:06:11 load avg: 0.60 [357/404/1] test_ttk_guionly
test_ttk_guionly skipped -- No module named _tkinter
0:06:11 load avg: 0.60 [358/404/1] test_ttk_textonly -- test_ttk_guionly skipped
test_ttk_textonly skipped -- No module named _tkinter
0:06:11 load avg: 0.60 [359/404/1] test_tuple -- test_ttk_textonly skipped
0:06:18 load avg: 0.66 [360/404/1] test_turtle
test_turtle skipped -- No module named _tkinter
0:06:18 load avg: 0.66 [361/404/1] test_typechecks -- test_turtle skipped
0:06:18 load avg: 0.66 [362/404/1] test_ucn
0:06:18 load avg: 0.66 [363/404/1] test_unary
0:06:18 load avg: 0.66 [364/404/1] test_undocumented_details
0:06:19 load avg: 0.66 [365/404/1] test_unicode
0:06:20 load avg: 0.66 [366/404/1] test_unicode_file
test_unicode_file skipped -- No Unicode filesystem semantics on this platform.
0:06:20 load avg: 0.66 [367/404/1] test_unicodedata -- test_unicode_file skipped
0:06:21 load avg: 0.66 [368/404/1] test_univnewlines
0:06:21 load avg: 0.66 [369/404/1] test_univnewlines2k
0:06:21 load avg: 0.66 [370/404/1] test_unpack
0:06:21 load avg: 0.66 [371/404/1] test_urllib
0:06:21 load avg: 0.66 [372/404/1] test_urllib2
0:06:41 load avg: 0.76 [373/404/1] test_urllib2_localnet
0:06:42 load avg: 0.76 [374/404/1] test_urllib2net
test_urllib2net skipped -- Use of the `network' resource not enabled
0:06:42 load avg: 0.76 [375/404/1] test_urllibnet -- test_urllib2net skipped (resource denied)
test_urllibnet skipped -- Use of the `network' resource not enabled
0:06:43 load avg: 0.76 [376/404/1] test_urlparse -- test_urllibnet skipped (resource denied)
0:06:43 load avg: 0.76 [377/404/1] test_userdict
0:06:43 load avg: 0.78 [378/404/1] test_userlist
0:06:44 load avg: 0.78 [379/404/1] test_userstring
0:06:46 load avg: 0.78 [380/404/1] test_uu
0:06:46 load avg: 0.78 [381/404/1] test_uuid
0:06:46 load avg: 0.78 [382/404/1] test_wait3
0:06:51 load avg: 0.72 [383/404/1] test_wait4
0:06:56 load avg: 0.66 [384/404/1] test_warnings
0:06:57 load avg: 0.66 [385/404/1] test_wave
0:06:57 load avg: 0.66 [386/404/1] test_weakref
0:07:09 load avg: 0.81 [387/404/1] test_weakset
0:07:10 load avg: 0.81 [388/404/1] test_whichdb
0:07:11 load avg: 0.81 [389/404/1] test_winreg
test_winreg skipped -- No module named _winreg
0:07:11 load avg: 0.81 [390/404/1] test_winsound -- test_winreg skipped
test_winsound skipped -- Use of the `audio' resource not enabled
0:07:11 load avg: 0.81 [391/404/1] test_with -- test_winsound skipped (resource denied)
0:07:11 load avg: 0.81 [392/404/1] test_wsgiref
0:07:12 load avg: 0.81 [393/404/1] test_xdrlib
0:07:12 load avg: 0.81 [394/404/1] test_xml_etree
0:07:13 load avg: 0.81 [395/404/1] test_xml_etree_c
0:07:13 load avg: 0.83 [396/404/1] test_xmllib
0:07:14 load avg: 0.83 [397/404/1] test_xmlrpc
0:07:17 load avg: 0.83 [398/404/1] test_xpickle
0:07:18 load avg: 0.84 [399/404/1] test_xrange
0:07:19 load avg: 0.84 [400/404/1] test_zipfile
0:07:22 load avg: 0.84 [401/404/1] test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
0:07:22 load avg: 0.84 [402/404/1] test_zipimport -- test_zipfile64 skipped (resource denied)
0:07:23 load avg: 0.84 [403/404/1] test_zipimport_support
0:07:23 load avg: 0.86 [404/404/1] test_zlib

== Tests result: FAILURE ==

356 tests OK.

1 test failed:
    test_subprocess

47 tests skipped:
    test_aepack test_al test_applesingle test_bsddb185 test_bsddb3
    test_cd test_cl test_codecmaps_cn test_codecmaps_hk
    test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses
    test_dl test_gdb test_gl test_idle test_imageop test_imgfile
    test_ioctl test_kqueue test_linuxaudiodev test_macos
    test_macostools test_msilib test_nis test_ossaudiodev test_pep277
    test_py3kwarn test_scriptpackages test_smtpnet test_socketserver
    test_startfile test_sunaudiodev test_tcl test_timeout test_tk
    test_tools test_ttk_guionly test_ttk_textonly test_turtle
    test_unicode_file test_urllib2net test_urllibnet test_winreg
    test_winsound test_zipfile64
9 skips unexpected on linux2:
    test_gdb test_idle test_ioctl test_tcl test_tk test_tools
    test_ttk_guionly test_ttk_textonly test_turtle

Total duration: 7 min 25 sec
Tests result: FAILURE
DURATION: 448