Skip to content

Instantly share code, notes, and snippets.

@jgsogo
Created September 24, 2015 09:52
Show Gist options
  • Save jgsogo/3ab6588a5057d11946ee to your computer and use it in GitHub Desktop.
Save jgsogo/3ab6588a5057d11946ee to your computer and use it in GitHub Desktop.
== CPython 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)]
== Windows-7-6.1.7601-SP1 little-endian
== hash algorithm: siphash24 64bit
== C:\Users\<me>\AppData\Local\Temp\test_python_7576
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
[ 1/390] test_grammar
[ 2/390] test_opcodes
[ 3/390] test_dict
[ 4/390] test_builtin
[ 5/390] test_exceptions
[ 6/390] test_types
[ 7/390] test_unittest
[ 8/390] test_doctest
[ 9/390] test_doctest2
[ 10/390] test_support
[ 11/390] test___all__
test test___all__ failed -- Traceback (most recent call last):
File "C:\Python34\Lib\test\test___all__.py", line 105, in test_all
self.check_all(modname)
File "C:\Python34\Lib\test\test___all__.py", line 28, in check_all
raise FailedImport(modname)
File "C:\Python34\Lib\contextlib.py", line 66, in __exit__
next(self.gen)
File "C:\Python34\Lib\test\support\__init__.py", line 1121, in _filterwarnings
raise AssertionError("unhandled warning %s" % reraise[0])
AssertionError: unhandled warning {message : PendingDeprecationWarning("the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses",), category : 'PendingDeprecationWarning', filename : 'E:\\_VirtualEnvs\\hecoform\\lib\\imp.py', lineno : 32, line : None}
[ 12/390/1] test___future__
[ 13/390/1] test__locale
[ 14/390/1] test__opcode
[ 15/390/1] test__osx_support
[ 16/390/1] test_abc
[ 17/390/1] test_abstract_numbers
[ 18/390/1] test_aifc
[ 19/390/1] test_argparse
test test_argparse crashed -- Traceback (most recent call last):
File "C:\Python34\Lib\test\regrtest.py", line 1271, in runtest_inner
the_module = importlib.import_module(abstest)
File "E:\<virtualenv>\lib\importlib\__init__.py", line 109, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
File "<frozen importlib._bootstrap>", line 1129, in _exec
File "<frozen importlib._bootstrap>", line 1471, in exec_module
File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
File "C:\Python34\Lib\test\test_argparse.py", line 4155, in <module>
class TestHelpMetavarTypeFormatter(HelpTestCase):
File "C:\Python34\Lib\test\test_argparse.py", line 4162, in TestHelpMetavarTypeFormatter
formatter_class=argparse.MetavarTypeHelpFormatter)
AttributeError: 'module' object has no attribute 'MetavarTypeHelpFormatter'
[ 20/390/2] test_array
[ 21/390/2] test_ast
[ 22/390/2] test_asynchat
[ 23/390/2] test_asyncio
test test_asyncio failed -- multiple errors occurred; run in verbose mode for details
[ 24/390/3] test_asyncore
test test_asyncore failed -- multiple errors occurred; run in verbose mode for details
[ 25/390/4] test_atexit
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
[ 26/390/4] test_audioop
[ 27/390/4] test_augassign
[ 28/390/4] test_base64
[ 29/390/4] test_bigaddrspace
[ 30/390/4] test_bigmem
[ 31/390/4] test_binascii
[ 32/390/4] test_binhex
[ 33/390/4] test_binop
[ 34/390/4] test_bisect
[ 35/390/4] test_bool
[ 36/390/4] test_buffer
[ 37/390/4] test_bufio
[ 38/390/4] test_bytes
[ 39/390/4] test_bz2
[ 40/390/4] test_calendar
[ 41/390/4] test_call
[ 42/390/4] test_capi
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
[ 43/390/4] test_cgi
[ 44/390/4] test_cgitb
[ 45/390/4] test_charmapcodec
[ 46/390/4] test_class
[ 47/390/4] test_cmath
[ 48/390/4] test_cmd
[ 49/390/4] test_cmd_line
[ 50/390/4] test_cmd_line_script
[ 51/390/4] test_code
[ 52/390/4] test_code_module
[ 53/390/4] test_codeccallbacks
[ 54/390/4] test_codecencodings_cn
[ 55/390/4] test_codecencodings_hk
[ 56/390/4] test_codecencodings_iso2022
[ 57/390/4] test_codecencodings_jp
[ 58/390/4] test_codecencodings_kr
[ 59/390/4] test_codecencodings_tw
[ 60/390/4] test_codecmaps_cn
[ 61/390/4] test_codecmaps_hk
[ 62/390/4] test_codecmaps_jp
[ 63/390/4] test_codecmaps_kr
[ 64/390/4] test_codecmaps_tw
[ 65/390/4] test_codecs
[ 66/390/4] test_codeop
[ 67/390/4] test_collections
[ 68/390/4] test_colorsys
[ 69/390/4] test_compare
[ 70/390/4] test_compile
[ 71/390/4] test_compileall
test test_compileall failed -- multiple errors occurred; run in verbose mode for details
[ 72/390/5] test_complex
[ 73/390/5] test_concurrent_futures
[ 74/390/5] test_configparser
[ 75/390/5] test_contains
[ 76/390/5] test_contextlib
[ 77/390/5] test_copy
[ 78/390/5] test_copyreg
[ 79/390/5] test_cprofile
[ 80/390/5] test_crashers
[ 81/390/5] test_crypt
test_crypt skipped -- No module named '_crypt'
[ 82/390/5] test_csv
[ 83/390/5] test_ctypes
[ 84/390/5] test_curses
test_curses skipped -- Use of the 'curses' resource not enabled
[ 85/390/5] test_datetime
[ 86/390/5] test_dbm
[ 87/390/5] test_dbm_dumb
[ 88/390/5] test_dbm_gnu
test_dbm_gnu skipped -- No module named '_gdbm'
[ 89/390/5] test_dbm_ndbm
test_dbm_ndbm skipped -- No module named '_dbm'
[ 90/390/5] test_decimal
[ 91/390/5] test_decorators
[ 92/390/5] test_defaultdict
[ 93/390/5] test_deque
[ 94/390/5] test_descr
[ 95/390/5] test_descrtut
[ 96/390/5] test_devpoll
test_devpoll skipped -- test works only on Solaris OS family
[ 97/390/5] test_dictcomps
[ 98/390/5] test_dictviews
[ 99/390/5] test_difflib
[100/390/5] test_dis
[101/390/5] test_distutils
foo.c
Creando biblioteca C:\Users\<me>\AppData\Local\Temp\tmp9ovcrjhr\tempt\Users\<me>\AppData\Local\Temp\tmpfz80ekha\foo.lib y objeto C:\Users\<me>\AppData\Local\Temp\tmp9ovcrjhr\tempt\Users\<me>\AppData\Local\Temp\tmpfz80ekha\foo.exp
foo.c
Creando biblioteca C:\Users\<me>\AppData\Local\Temp\tmp9ovcrjhr\tempt\Users\<me>\AppData\Local\Temp\tmpfz80ekha\foo.lib y objeto C:\Users\<me>\AppData\Local\Temp\tmp9ovcrjhr\tempt\Users\<me>\AppData\Local\Temp\tmpfz80ekha\foo.exp
(hecoform) C:\Users\<me>\AppData\Local\Temp\test_python_7576>exit 1
(hecoform) C:\Users\<me>\AppData\Local\Temp\test_python_7576>exit 0
[102/390/5] test_docxmlrpc
[103/390/5] test_dummy_thread
[104/390/5] test_dummy_threading
[105/390/5] test_dynamic
[106/390/5] test_dynamicclassattribute
[107/390/5] test_email
[108/390/5] test_ensurepip
Warning -- os.environ was modified by test_distutils
pip 6.0.8
pip 6.0.8
test test_ensurepip failed -- multiple errors occurred; run in verbose mode for details
[109/390/6] test_enum
[110/390/6] test_enumerate
[111/390/6] test_eof
[112/390/6] test_epoll
test_epoll skipped -- test works only on Linux 2.6
[113/390/6] test_errno
[114/390/6] test_exception_variations
[115/390/6] test_extcall
[116/390/6] test_faulthandler
[117/390/6] test_fcntl
test_fcntl skipped -- No module named 'fcntl'
[118/390/6] test_file
[119/390/6] test_file_eintr
[120/390/6] test_filecmp
[121/390/6] test_fileinput
[122/390/6] test_fileio
[123/390/6] test_finalization
[124/390/6] test_float
[125/390/6] test_flufl
[126/390/6] test_fnmatch
[127/390/6] test_fork1
test_fork1 skipped -- object <module 'os' from 'E:\\_VirtualEnvs\\hecoform\\lib\\os.py'> has no attribute 'fork'
[128/390/6] test_format
[129/390/6] test_fractions
[130/390/6] test_frame
[131/390/6] test_ftplib
[132/390/6] test_funcattrs
[133/390/6] test_functools
[134/390/6] test_future
[135/390/6] test_future3
[136/390/6] test_future4
[137/390/6] test_future5
[138/390/6] test_gc
[139/390/6] test_gdb
test_gdb skipped -- test_gdb only works on source builds at the moment.
[140/390/6] test_generators
[141/390/6] test_genericpath
[142/390/6] test_genexps
[143/390/6] test_getargs2
[144/390/6] test_getopt
[145/390/6] test_getpass
[146/390/6] test_gettext
[147/390/6] test_glob
[148/390/6] test_global
[149/390/6] test_grp
test_grp skipped -- No module named 'grp'
[150/390/6] test_gzip
[151/390/6] test_hash
[152/390/6] test_hashlib
[153/390/6] test_heapq
[154/390/6] test_hmac
[155/390/6] test_html
[156/390/6] test_htmlparser
[157/390/6] test_http_cookiejar
[158/390/6] test_http_cookies
[159/390/6] test_httplib
[160/390/6] test_httpservers
[161/390/6] test_idle
Warning -- locale was modified by test_idle
Warning -- warnings.showwarning was modified by test_idle
test test_idle failed -- Traceback (most recent call last):
File "C:\Python34\Lib\unittest\case.py", line 58, in testPartExecutor
yield
File "C:\Python34\Lib\unittest\case.py", line 577, in run
testMethod()
File "C:\Python34\Lib\unittest\loader.py", line 32, in testFailure
raise exception
ImportError: Failed to import test module: idlelib.idle_test.test_warning
Traceback (most recent call last):
File "C:\Python34\Lib\unittest\loader.py", line 312, in _find_tests
module = self._get_module_from_name(name)
File "C:\Python34\Lib\unittest\loader.py", line 290, in _get_module_from_name
__import__(name)
File "C:\Python34\Lib\idlelib\idle_test\test_warning.py", line 19, in <module>
from idlelib import run
File "C:\Python34\Lib\idlelib\run.py", line 58, in <module>
tcl = tkinter.Tcl()
File "C:\Python34\Lib\tkinter\__init__.py", line 1950, in Tcl
return Tk(screenName, baseName, className, useTk)
File "C:\Python34\Lib\tkinter\__init__.py", line 1851, in __init__
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: Can't find a usable init.tcl in the following directories:
C:/Python34/lib/tcl8.6 E:/_VirtualEnvs/hecoform/lib/tcl8.6 E:/_VirtualEnvs/lib/tcl8.6 E:/_VirtualEnvs/hecoform/library E:/_VirtualEnvs/library E:/_VirtualEnvs/tcl8.6.1/library E:/tcl8.6.1/library
This probably means that Tcl wasn't installed properly.
[162/390/7] test_imaplib
[163/390/7] test_imghdr
[164/390/7] test_imp
[165/390/7] test_import
[166/390/7] test_importlib
[167/390/7] test_index
[168/390/7] test_inspect
[169/390/7] test_int
[170/390/7] test_int_literal
[171/390/7] test_io
[172/390/7] test_ioctl
test_ioctl skipped -- No module named 'fcntl'
[173/390/7] test_ipaddress
[174/390/7] test_isinstance
[175/390/7] test_iter
[176/390/7] test_iterlen
[177/390/7] test_itertools
[178/390/7] test_json
[179/390/7] test_keyword
[180/390/7] test_keywordonlyarg
[181/390/7] test_kqueue
test_kqueue skipped -- test works only on BSD
[182/390/7] test_largefile
[183/390/7] test_lib2to3
[184/390/7] test_linecache
[185/390/7] test_list
[186/390/7] test_listcomps
[187/390/7] test_locale
[188/390/7] test_logging
test test_logging failed -- Traceback (most recent call last):
File "C:\Python34\Lib\test\test_logging.py", line 4108, in test_basic
h = logging.handlers.NTEventLogHandler('test_logging')
File "C:\Python34\Lib\logging\handlers.py", line 1011, in __init__
self._welu.AddSourceToRegistry(appname, dllname, logtype)
File "C:\Python34\lib\site-packages\win32\lib\win32evtlogutil.py", line 35, in AddSourceToRegistry
"SYSTEM\\CurrentControlSet\\Services\\EventLog\\%s\\%s" % (eventLogType, appName))
pywintypes.error: (5, 'RegCreateKey', 'Acceso denegado.')
[189/390/8] test_long
[190/390/8] test_longexp
[191/390/8] test_lzma
[192/390/8] test_macpath
[193/390/8] test_macurl2path
[194/390/8] test_mailbox
[195/390/8] test_mailcap
[196/390/8] test_marshal
[197/390/8] test_math
[198/390/8] test_memoryio
[199/390/8] test_memoryview
[200/390/8] test_metaclass
[201/390/8] test_mimetypes
test test_mimetypes failed -- Traceback (most recent call last):
File "C:\Python34\Lib\test\test_mimetypes.py", line 101, in test_registry_parsing
eq(self.db.guess_type("image.jpg"), ("image/jpeg", None))
AssertionError: Tuples differ: (None, None) != ('image/jpeg', None)
First differing element 0:
None
image/jpeg
- (None, None)
+ ('image/jpeg', None)
[202/390/9] test_minidom
[203/390/9] test_mmap
[204/390/9] test_module
[205/390/9] test_modulefinder
[206/390/9] test_msilib
[207/390/9] test_multibytecodec
[208/390/9] test_multiprocessing_fork
[209/390/9] test_multiprocessing_forkserver
[210/390/9] test_multiprocessing_main_handling
[211/390/9] test_multiprocessing_spawn
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named 'test'
test test_multiprocessing_spawn failed -- Traceback (most recent call last):
File "C:\Python34\Lib\test\_test_multiprocessing.py", line 3360, in test_flags
[sys.executable, '-E', '-S', '-O', '-c', prog])
File "C:\Python34\Lib\subprocess.py", line 620, in check_output
raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command '['E:\\_VirtualEnvs\\hecoform\\Scripts\\python.exe', '-E', '-S', '-O', '-c', 'from test._test_multiprocessing import TestFlags; TestFlags.run_in_child()']' returned non-zero exit status 1
[212/390/10] test_netrc
[213/390/10] test_nis
test_nis skipped -- No module named 'nis'
[214/390/10] test_nntplib
[215/390/10] test_normalization
[216/390/10] test_ntpath
[217/390/10] test_numeric_tower
[218/390/10] test_openpty
test_openpty skipped -- os.openpty() not available.
[219/390/10] test_operator
[220/390/10] test_optparse
[221/390/10] test_os
[222/390/10] test_ossaudiodev
test_ossaudiodev skipped -- Use of the 'audio' resource not enabled
[223/390/10] test_osx_env
[224/390/10] test_parser
[225/390/10] test_pathlib
[226/390/10] test_pdb
[227/390/10] test_peepholer
[228/390/10] test_pep247
[229/390/10] test_pep277
[230/390/10] test_pep292
[231/390/10] test_pep3120
[232/390/10] test_pep3131
[233/390/10] test_pep3151
[234/390/10] test_pep352
[235/390/10] test_pep380
[236/390/10] test_pickle
[237/390/10] test_pickletools
[238/390/10] test_pipes
test_pipes skipped -- pipes module only works on posix
[239/390/10] test_pkg
[240/390/10] test_pkgimport
[241/390/10] test_pkgutil
[242/390/10] test_platform
[243/390/10] test_plistlib
[244/390/10] test_poll
test_poll skipped -- select.poll not defined
[245/390/10] test_popen
[246/390/10] test_poplib
Warning -- threading._dangling was modified by test_poplib
test test_poplib failed -- Traceback (most recent call last):
File "C:\Python34\Lib\test\test_poplib.py", line 282, in test_retr
self.assertEqual(foo, expected)
AssertionError: Tuples differ: (b'+O[114 chars]', b'X-EsetId: 90BF9F382D725B35CBFBC1', b'', b[29 chars] 147) != (b'+O[114 chars]', b'', b'line1', b'line2', b'line3'], 113)
First differing element 1:
[b'From: postmaster@python.org', b'Content-Type: text/plain', b'MIME-Version: 1.0', b'Subject: Dummy', b'X-EsetId: 90BF9F382D725B35CBFBC1', b'', b'line1', b'line2', b'line3']
[b'From: postmaster@python.org', b'Content-Type: text/plain', b'MIME-Version: 1.0', b'Subject: Dummy', b'', b'line1', b'line2', b'line3']
(b'+OK 116 bytes',
[b'From: postmaster@python.org',
b'Content-Type: text/plain',
b'MIME-Version: 1.0',
b'Subject: Dummy',
- b'X-EsetId: 90BF9F382D725B35CBFBC1',
b'',
b'line1',
b'line2',
b'line3'],
- 147)
+ 113)
[247/390/11] test_posix
test_posix skipped -- No module named 'posix'
[248/390/11] test_posixpath
[249/390/11] test_pow
[250/390/11] test_pprint
[251/390/11] test_print
[252/390/11] test_profile
[253/390/11] test_property
[254/390/11] test_pstats
[255/390/11] test_pty
test_pty skipped -- No module named 'fcntl'
[256/390/11] test_pulldom
[257/390/11] test_pwd
test_pwd skipped -- No module named 'pwd'
[258/390/11] test_py_compile
[259/390/11] test_pyclbr
[260/390/11] test_pydoc
[261/390/11] test_pyexpat
[262/390/11] test_queue
[263/390/11] test_quopri
[264/390/11] test_raise
[265/390/11] test_random
[266/390/11] test_range
[267/390/11] test_re
[268/390/11] test_readline
test_readline skipped -- No module named 'readline'
[269/390/11] test_regrtest
[270/390/11] test_reprlib
[271/390/11] test_resource
test_resource skipped -- No module named 'resource'
[272/390/11] test_richcmp
[273/390/11] test_rlcompleter
[274/390/11] test_robotparser
[275/390/11] test_runpy
[276/390/11] test_sax
[277/390/11] test_sched
[278/390/11] test_scope
[279/390/11] test_script_helper
[280/390/11] test_select
[281/390/11] test_selectors
[282/390/11] test_set
[283/390/11] test_setcomps
[284/390/11] test_shelve
[285/390/11] test_shlex
[286/390/11] test_shutil
[287/390/11] test_signal
[288/390/11] test_site
Warning -- sys.path was modified by test_site
test test_site failed -- multiple errors occurred; run in verbose mode for details
[289/390/12] test_slice
[290/390/12] test_smtpd
[291/390/12] test_smtplib
[292/390/12] test_smtpnet
test_smtpnet skipped -- Use of the 'network' resource not enabled
[293/390/12] test_sndhdr
[294/390/12] test_socket
[295/390/12] test_socketserver
test_socketserver skipped -- Use of the 'network' resource not enabled
[296/390/12] test_sort
[297/390/12] test_source_encoding
[298/390/12] test_spwd
test_spwd skipped -- No module named 'spwd'
[299/390/12] test_sqlite
[300/390/12] test_ssl
[301/390/12] test_startfile
[302/390/12] test_stat
[303/390/12] test_statistics
[304/390/12] test_strftime
[305/390/12] test_string
[306/390/12] test_stringprep
[307/390/12] test_strlit
[308/390/12] test_strptime
[309/390/12] test_strtod
[310/390/12] test_struct
[311/390/12] test_structmembers
[312/390/12] test_structseq
[313/390/12] test_subprocess
[314/390/12] test_sunau
[315/390/12] test_sundry
[316/390/12] test_super
[317/390/12] test_symtable
[318/390/12] test_syntax
[319/390/12] test_sys
[320/390/12] test_sys_setprofile
[321/390/12] test_sys_settrace
[322/390/12] test_sysconfig
[323/390/12] test_syslog
test_syslog skipped -- No module named 'syslog'
[324/390/12] test_tarfile
[325/390/12] test_tcl
a DOS box should flash briefly ...
test test_tcl failed -- multiple errors occurred; run in verbose mode for details
[326/390/13] test_telnetlib
[327/390/13] test_tempfile
[328/390/13] test_textwrap
[329/390/13] test_thread
[330/390/13] test_threaded_import
[331/390/13] test_threadedtempfile
[332/390/13] test_threading
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
E:\<virtualenv>\lib\site.py:165: DeprecationWarning: 'U' mode is deprecated
f = open(fullname, "rU")
[333/390/13] test_threading_local
[334/390/13] test_threadsignals
test_threadsignals skipped -- Can't test signal on win32
[335/390/13] test_time
[336/390/13] test_timeit
[337/390/13] test_timeout
test_timeout skipped -- Use of the 'network' resource not enabled
[338/390/13] test_tk
test_tk skipped -- Tk unavailable due to TclError: Can't find a usable init.tcl in the following dire [...]
[339/390/13] test_tokenize
[340/390/13] test_tools
At least one file or directory argument required.
Use --help to show usage.
test test_tools failed -- multiple errors occurred; run in verbose mode for details
[341/390/14] test_trace
test test_trace failed -- Traceback (most recent call last):
File "C:\Python34\Lib\test\test_trace.py", line 326, in test_coverage_ignore
self.assertEqual(files, ['_importlib.cover']) # Ignore __import__
AssertionError: Lists differ: ['collections.__init__.cover', 'contextlib.[294 chars]ver'] != ['_importlib.cover']
First differing element 0:
collections.__init__.cover
_importlib.cover
First list contains 14 additional elements.
First extra element 1:
contextlib.cover
+ ['_importlib.cover']
- ['collections.__init__.cover',
- 'contextlib.cover',
- 'difflib.cover',
- 'idlelib.PyShell.cover',
- 'pprint.cover',
- 'test.support.__init__.cover',
- 'test.test_pprint.cover',
- 'test.test_set.cover',
- 'trace.cover',
- 'traceback.cover',
- 'unittest.case.cover',
- 'unittest.loader.cover',
- 'unittest.result.cover',
- 'unittest.suite.cover',
- 'unittest.util.cover']
[342/390/15] test_traceback
[343/390/15] test_tracemalloc
[344/390/15] test_ttk_guionly
test_ttk_guionly skipped -- Tk unavailable due to TclError: Can't find a usable init.tcl in the following dire [...]
[345/390/15] test_ttk_textonly
test test_ttk_textonly crashed -- Traceback (most recent call last):
File "C:\Python34\Lib\test\regrtest.py", line 1280, in runtest_inner
test_runner()
File "C:\Python34\Lib\test\test_ttk_textonly.py", line 14, in test_main
*runtktests.get_tests(gui=False, packages=['test_ttk']))
File "C:\Python34\Lib\tkinter\test\runtktests.py", line 65, in get_tests
for module in get_tests_modules(gui=gui, packages=packages):
File "C:\Python34\Lib\tkinter\test\runtktests.py", line 50, in get_tests_modules
"tkinter.test")
File "E:\<virtualenv>\lib\importlib\__init__.py", line 109, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
File "<frozen importlib._bootstrap>", line 1129, in _exec
File "<frozen importlib._bootstrap>", line 1471, in exec_module
File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
File "C:\Python34\Lib\tkinter\test\test_ttk\test_widgets.py", line 10, in <module>
from tkinter.test.widget_tests import (add_standard_options, noconv,
File "C:\Python34\Lib\tkinter\test\widget_tests.py", line 13, in <module>
if get_tk_patchlevel() < (8, 5, 11):
File "C:\Python34\Lib\tkinter\test\support.py", line 65, in get_tk_patchlevel
tcl = tkinter.Tcl()
File "C:\Python34\Lib\tkinter\__init__.py", line 1950, in Tcl
return Tk(screenName, baseName, className, useTk)
File "C:\Python34\Lib\tkinter\__init__.py", line 1851, in __init__
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: Can't find a usable init.tcl in the following directories:
C:/Python34/lib/tcl8.6 E:/_VirtualEnvs/hecoform/lib/tcl8.6 E:/_VirtualEnvs/lib/tcl8.6 E:/_VirtualEnvs/hecoform/library E:/_VirtualEnvs/library E:/_VirtualEnvs/tcl8.6.1/library E:/tcl8.6.1/library
This probably means that Tcl wasn't installed properly.
[346/390/16] test_tuple
[347/390/16] test_typechecks
[348/390/16] test_ucn
[349/390/16] test_unary
[350/390/16] test_unicode
[351/390/16] test_unicode_file
[352/390/16] test_unicodedata
[353/390/16] test_univnewlines
[354/390/16] test_unpack
[355/390/16] test_unpack_ex
[356/390/16] test_urllib
[357/390/16] test_urllib2
[358/390/16] test_urllib2_localnet
Warning -- threading._dangling was modified by test_urllib2_localnet
test test_urllib2_localnet failed -- Traceback (most recent call last):
File "C:\Python34\Lib\http\client.py", line 614, in _readinto_chunked
chunk_left = self._read_next_chunk_size()
File "C:\Python34\Lib\http\client.py", line 559, in _read_next_chunk_size
return int(line, 16)
ValueError: invalid literal for int() with base 16: b''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Python34\Lib\test\test_urllib2_localnet.py", line 513, in test_chunked
data = self.urlopen("http://localhost:%s/" % handler.port)
File "C:\Python34\Lib\test\test_urllib2_localnet.py", line 458, in urlopen
l.extend(f.readlines(200))
File "C:\Python34\Lib\http\client.py", line 500, in read
return super(HTTPResponse, self).read(amt)
File "C:\Python34\Lib\http\client.py", line 529, in readinto
return self._readinto_chunked(b)
File "C:\Python34\Lib\http\client.py", line 618, in _readinto_chunked
raise IncompleteRead(bytes(b[0:total_bytes]))
http.client.IncompleteRead: IncompleteRead(0 bytes read)
[359/390/17] test_urllib2net
test_urllib2net skipped -- Use of the 'network' resource not enabled
[360/390/17] test_urllib_response
[361/390/17] test_urllibnet
test_urllibnet skipped -- Use of the 'network' resource not enabled
[362/390/17] test_urlparse
[363/390/17] test_userdict
[364/390/17] test_userlist
[365/390/17] test_userstring
[366/390/17] test_uu
[367/390/17] test_uuid
test test_uuid failed -- Traceback (most recent call last):
File "C:\Python34\Lib\test\test_uuid.py", line 479, in test_netbios_getnode
node = uuid._netbios_getnode()
File "C:\Python34\Lib\uuid.py", line 432, in _netbios_getnode
adapters._pack()
File "C:\Python34\lib\site-packages\win32\lib\netbios.py", line 219, in _pack
self._buffer_[:] = struct.pack(*(self._format,) + tuple(vals))
struct.error: argument for 's' must be a bytes object
[368/390/18] test_venv
test test_venv failed -- multiple errors occurred; run in verbose mode for details
[369/390/19] test_wait3
test_wait3 skipped -- os.fork not defined
[370/390/19] test_wait4
test_wait4 skipped -- object <module 'os' from 'E:\\_VirtualEnvs\\hecoform\\lib\\os.py'> has no attribute 'fork'
[371/390/19] test_warnings
[372/390/19] test_wave
[373/390/19] test_weakref
[374/390/19] test_weakset
[375/390/19] test_webbrowser
[376/390/19] test_winreg
[377/390/19] test_winsound
test_winsound skipped -- Use of the 'audio' resource not enabled
[378/390/19] test_with
[379/390/19] test_wsgiref
[380/390/19] test_xdrlib
[381/390/19] test_xml_dom_minicompat
[382/390/19] test_xml_etree
[383/390/19] test_xml_etree_c
[384/390/19] test_xmlrpc
[385/390/19] test_xmlrpc_net
test_xmlrpc_net skipped -- Use of the 'network' resource not enabled
[386/390/19] test_zipfile
[387/390/19] test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
[388/390/19] test_zipimport
[389/390/19] test_zipimport_support
C:\Python34\Lib\test\test_warnings.py:100: UserWarning: FilterTests.test_ignore_after_default
self.module.warn(message, UserWarning)
C:\Python34\Lib\test\test_warnings.py:100: UserWarning: FilterTests.test_ignore_after_default
self.module.warn(message, UserWarning)
[390/390/19] test_zlib
333 tests OK.
19 tests failed:
test___all__ test_argparse test_asyncio test_asyncore
test_compileall test_ensurepip test_idle test_logging
test_mimetypes test_multiprocessing_spawn test_poplib test_site
test_tcl test_tools test_trace test_ttk_textonly
test_urllib2_localnet test_uuid test_venv
1 test altered the execution environment:
test_distutils
37 tests skipped:
test_crypt test_curses test_dbm_gnu test_dbm_ndbm test_devpoll
test_epoll test_fcntl test_fork1 test_gdb test_grp test_ioctl
test_kqueue test_nis test_openpty test_ossaudiodev test_pipes
test_poll test_posix test_pty test_pwd test_readline test_resource
test_smtpnet test_socketserver test_spwd test_syslog
test_threadsignals test_timeout test_tk test_ttk_guionly
test_urllib2net test_urllibnet test_wait3 test_wait4 test_winsound
test_xmlrpc_net test_zipfile64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment