(view as text) make buildbottest 'TESTOPTS= -j4' TESTPYTHONOPTS= TESTTIMEOUT=3600 in dir /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build (timeout 3900 secs) watching logfiles {} argv: ['make', 'buildbottest', 'TESTOPTS= -j4', 'TESTPYTHONOPTS=', 'TESTTIMEOUT=3600'] environment: BLOCKSIZE=K EDITOR=vi ENV=/home/buildbot/.shrc HOME=/home/buildbot LOGNAME=buildbot MAIL=/var/mail/buildbot PAGER=more PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/buildbot/bin PWD=/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build SHELL=/bin/sh SUDO_COMMAND=/bin/sh -c buildslave restart /usr/home/buildbot/koobs-freebsd10 SUDO_GID=1001 SUDO_UID=1001 SUDO_USER=koobs TERM=xterm-256color USER=buildbot USERNAME=buildbot using PTY: False running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers building '_curses' extension cc -pthread -fPIC -Wno-unused-result -Werror=declaration-after-statement -g -O0 -Wall -Wstrict-prototypes -I./Include -I. -IInclude -I/usr/local/include -I/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Include -I/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build -c /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c -o build/temp.freebsd-10.0-BETA1-amd64-3.4-pydebug/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.o /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:624:17: warning: variable 'x' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (!PyArg_ParseTuple(args, "Ol:addch", &ch, &attr)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:643:65: note: uninitialized use occurs here return_value = curses_window_addch_impl(self, group_left_1, x, y, ch, group_right_1, attr); ^ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:624:13: note: remove the 'if' if its condition is always true if (!PyArg_ParseTuple(args, "Ol:addch", &ch, &attr)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:620:17: warning: variable 'x' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (!PyArg_ParseTuple(args, "O:addch", &ch)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:643:65: note: uninitialized use occurs here return_value = curses_window_addch_impl(self, group_left_1, x, y, ch, group_right_1, attr); ^ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:620:13: note: remove the 'if' if its condition is always true if (!PyArg_ParseTuple(args, "O:addch", &ch)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:612:10: note: initialize the variable 'x' to silence this warning int x; ^ = 0 /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:624:17: warning: variable 'y' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (!PyArg_ParseTuple(args, "Ol:addch", &ch, &attr)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:643:68: note: uninitialized use occurs here return_value = curses_window_addch_impl(self, group_left_1, x, y, ch, group_right_1, attr); ^ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:624:13: note: remove the 'if' if its condition is always true if (!PyArg_ParseTuple(args, "Ol:addch", &ch, &attr)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:620:17: warning: variable 'y' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (!PyArg_ParseTuple(args, "O:addch", &ch)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:643:68: note: uninitialized use occurs here return_value = curses_window_addch_impl(self, group_left_1, x, y, ch, group_right_1, attr); ^ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:620:13: note: remove the 'if' if its condition is always true if (!PyArg_ParseTuple(args, "O:addch", &ch)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:613:10: note: initialize the variable 'y' to silence this warning int y; ^ = 0 /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:629:17: warning: variable 'attr' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (!PyArg_ParseTuple(args, "iiO:addch", &x, &y, &ch)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:643:90: note: uninitialized use occurs here return_value = curses_window_addch_impl(self, group_left_1, x, y, ch, group_right_1, attr); ^~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:629:13: note: remove the 'if' if its condition is always true if (!PyArg_ParseTuple(args, "iiO:addch", &x, &y, &ch)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:620:17: warning: variable 'attr' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (!PyArg_ParseTuple(args, "O:addch", &ch)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:643:90: note: uninitialized use occurs here return_value = curses_window_addch_impl(self, group_left_1, x, y, ch, group_right_1, attr); ^~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:620:13: note: remove the 'if' if its condition is always true if (!PyArg_ParseTuple(args, "O:addch", &ch)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:616:14: note: initialize the variable 'attr' to silence this warning long attr; ^ = 0 /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:679:46: error: use of undeclared identifier 'chobj' type = PyCurses_ConvertToCchar_t(cwself, chobj, &cch); ^ /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_cursesmodule.c:1423:15: warning: implicit conversion from 'chtype' (aka 'unsigned long') to 'int' changes value from 18446744073709551615 to -1 [-Wconstant-conversion] rtn = mvwinch(self->win,y,x); ~ ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/ncurses.h:1072:52: note: expanded from macro 'mvwinch' #define mvwinch(win,y,x) (wmove(win,y,x) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win)) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/ncurses.h:190:34: note: expanded from macro 'NCURSES_CAST' #define NCURSES_CAST(type,value) (type)(value) ^~~~~~~~~~~~~ 7 warnings and 1 error generated. building '_curses_panel' extension cc -pthread -fPIC -Wno-unused-result -Werror=declaration-after-statement -g -O0 -Wall -Wstrict-prototypes -I./Include -I. -IInclude -I/usr/local/include -I/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Include -I/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build -c /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_curses_panel.c -o build/temp.freebsd-10.0-BETA1-amd64-3.4-pydebug/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_curses_panel.o cc -pthread -shared build/temp.freebsd-10.0-BETA1-amd64-3.4-pydebug/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Modules/_curses_panel.o -L. -L/usr/local/lib -lpanel -lncurses -lpython3.4dm -o build/lib.freebsd-10.0-BETA1-amd64-3.4-pydebug/_curses_panel.so *** WARNING: renaming "_curses_panel" since importing it failed: No module named '_curses' Python build finished successfully! The necessary bits to build these optional modules were not found: _gdbm _tkinter spwd To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _curses _curses_panel running build_scripts copying and adjusting /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Tools/scripts/pydoc3 -> build/scripts-3.4 copying and adjusting /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Tools/scripts/idle3 -> build/scripts-3.4 copying and adjusting /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Tools/scripts/2to3 -> build/scripts-3.4 copying and adjusting /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Tools/scripts/pyvenv -> build/scripts-3.4 changing mode of build/scripts-3.4/pydoc3 from 600 to 755 changing mode of build/scripts-3.4/idle3 from 600 to 755 changing mode of build/scripts-3.4/2to3 from 600 to 755 changing mode of build/scripts-3.4/pyvenv from 600 to 755 renaming build/scripts-3.4/pydoc3 to build/scripts-3.4/pydoc3.4 renaming build/scripts-3.4/idle3 to build/scripts-3.4/idle3.4 renaming build/scripts-3.4/2to3 to build/scripts-3.4/2to3-3.4 renaming build/scripts-3.4/pyvenv to build/scripts-3.4/pyvenv-3.4 LD_LIBRARY_PATH=/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build: ./python -E -c 'import sys ; from sysconfig import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform LD_LIBRARY_PATH=/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build: ./python ./Tools/scripts/run_tests.py -j 1 -u all -W --timeout=3600 -j4 == CPython 3.4.0a3+ (default:8fde1a2c94dc, Oct 19 2013, 18:11:21) [GCC 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502)] == FreeBSD-10.0-BETA1-amd64-64bit-ELF little-endian == /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/build/test_python_38121 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=1, verbose=0, bytes_warning=2, quiet=0, hash_randomization=1, isolated=0) Using random seed 4428252 [ 1/382] test_dbm_ndbm [ 2/382] test_mmap [ 3/382] test_xml_dom_minicompat [ 4/382] test_htmlparser [ 5/382] test_epoll [ 6/382] test_grammar [ 7/382] test_xmlrpc_net [ 8/382] test_re [ 9/382] test_largefile [ 10/382] test_ttk_guionly [ 11/382] test_difflib [ 12/382] test_dictviews [ 13/382] test_binascii [ 14/382] test_richcmp [ 15/382] test_univnewlines [ 16/382] test_popen [ 17/382] test_codecencodings_cn [ 18/382] test_warnings [ 19/382] test_devpoll [ 20/382] test_plistlib [ 21/382] test_ntpath [ 22/382] test_multibytecodec [ 23/382] test_poplib [ 24/382] test_urllib2_localnet [ 25/382] test_lib2to3 [ 26/382] test_codecmaps_hk fetching http://people.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT ... [ 27/382] test_runpy [ 28/382] test_cmd [ 29/382] test_pwd [ 30/382] test_pep380 [ 31/382] test_bz2 [ 32/382] test_email [ 33/382] test_class [ 34/382] test_regrtest [ 35/382] test_heapq [ 36/382] test_genexps [ 37/382] test_generators [ 38/382] test_subprocess [ 39/382] test_grp [ 40/382] test_future3 [ 41/382] test_queue [ 42/382] test_pep3151 [ 43/382] test_cmath [ 44/382] test_bigmem [ 45/382] test_importlib [ 46/382] test_tk [ 47/382] test_userdict [ 48/382] test_telnetlib [ 49/382] test_finalization [ 50/382] test_codeccallbacks [ 51/382] test_zipimport_support [ 52/382] test_xml_etree [ 53/382] test_userstring [ 54/382] test_sys_settrace [ 55/382] test_long [ 56/382] test_optparse [ 57/382] test_urllibnet [ 58/382] test_multiprocessing_fork [ 59/382] test_dict [ 60/382] test_venv [ 61/382] test_traceback [ 62/382] test_sunau [ 63/382] test_osx_env [ 64/382] test_crashers [ 65/382] test_tokenize [ 66/382] test_future4 [ 67/382] test_code_module [ 68/382] test_with [ 69/382] test_mimetypes [ 70/382] test_tarfile [ 71/382] test_wave [ 72/382] test_ioctl [ 73/382] test_capi [ 74/382] test_wsgiref [ 75/382] test_metaclass [ 76/382] test_dictcomps [ 77/382] test_pep247 [ 78/382] test_smtpnet [ 79/382] test_pep277 [ 80/382] test_strtod [ 81/382] test_openpty [ 82/382] test_audioop [ 83/382] test_pkgimport [ 84/382] test_peepholer [ 85/382] test_decimal [ 86/382] test_filecmp [ 87/382] test_bufio [ 88/382] test_enum [ 89/382] test_sax [ 90/382] test_tools [ 91/382] test_source_encoding [ 92/382] test_codecencodings_iso2022 [ 93/382] test_setcomps [ 94/382] test_file [ 95/382] test_dummy_threading [ 96/382] test_itertools [ 97/382] test_pep3120 [ 98/382] test_compileall [ 99/382] test_operator [100/382] test_mailbox [101/382] test_compare [102/382] test_ttk_textonly [103/382] test_compile [104/382] test_unicodedata [105/382] test_urllib_response [106/382] test_cgitb [107/382] test_textwrap [108/382] test_pulldom [109/382] test_unpack [110/382] test_json [111/382] test_file_eintr [112/382] test_symtable [113/382] test_linecache [114/382] test_os stty: stdin isn't a terminal [115/382] test_sundry [116/382] test_list [117/382] test_fcntl [118/382] test_fileinput [119/382] test_import [120/382] test_doctest [121/382] test_posixpath [122/382] test_random [123/382] test_strftime [124/382] test_html [125/382] test_pty [126/382] test_distutils [127/382] test_abstract_numbers [128/382] test_wait4 [129/382] test_keyword [130/382] test_exception_variations [131/382] test_eof [132/382] test_aifc [133/382] test_longexp [134/382] test_nis [135/382] test_quopri [136/382] test_threadedtempfile [137/382] test_set [138/382] test_csv [139/382] test_codecmaps_kr fetching http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP949.TXT ... fetching http://people.freebsd.org/~perky/i18n/EUC-KR.TXT ... fetching http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT ... [140/382] test_code [141/382] test_types [142/382] test__locale [143/382] test_shelve [144/382] test_zlib [145/382] test_getpass [146/382] test_unittest [147/382] test_future [148/382] test_threadsignals [149/382] test_sort [150/382] test_gzip [151/382] test_imaplib [152/382] test_posix [153/382] test_future5 [154/382] test_fork1 [155/382] test_getopt [156/382] test_deque [157/382] test_cgi [158/382] test_faulthandler [159/382] test_cprofile [160/382] test_string [161/382] test_winreg [162/382] test_collections [163/382] test_smtplib [164/382] test_webbrowser [165/382] test_charmapcodec [166/382] test_codecencodings_jp [167/382] test_urlparse [168/382] test_parser [169/382] test_normalization fetching http://www.unicode.org/Public/6.3.0/ucd/NormalizationTest.txt ... [170/382] test_dbm [171/382] test_datetime [172/382] test_structseq [173/382] test_augassign [174/382] test_lzma [175/382] test_opcodes [176/382] test_stringprep [177/382] test_struct [178/382] test_pyexpat [179/382] test_dbm_dumb [180/382] test_readline [181/382] test_resource [182/382] test_contains [183/382] test_hash [184/382] test_binhex [185/382] test_codecs [186/382] test_cmd_line_script [187/382] test_strptime [188/382] test_uuid [189/382] test_descr [190/382] test_poll [191/382] test_pipes [192/382] test_pyclbr [193/382] test_multiprocessing_forkserver [194/382] test_stat [195/382] test_genericpath [196/382] test_pkgutil [197/382] test_index [198/382] test_listcomps [199/382] test_winsound [200/382] test_time [201/382] test_pickle [202/382] test_pickletools [203/382] test_signal [204/382] test_py_compile [205/382] test_funcattrs [206/382] test_ast [207/382] test_pkg [208/382] test_unary [209/382] test_ssl [210/382] test_locale [211/382] test_descrtut [212/382] test_enumerate [213/382] test_modulefinder [214/382] test_contextlib [215/382] test_ucn fetching http://www.unicode.org/Public/6.3.0/ucd/NamedSequences.txt ... [216/382] test_fnmatch [217/382] test_userlist [218/382] test_tempfile [219/382] test_flufl [220/382] test_trace [221/382] test_pydoc [222/382] test_timeit [223/382] test_robotparser [224/382] test_site [225/382] test_sqlite [226/382] test_int_literal [227/382] test_xdrlib [228/382] test_codeop [229/382] test_strlit [230/382] test_slice [231/382] test_tcl [232/382] test_urllib2net [233/382] test_platform [234/382] test_numeric_tower [235/382] test_defaultdict [236/382] test_socketserver [237/382] test_errno [238/382] test_zipfile64 [239/382] test_logging [240/382] test_pprint [241/382] test_sys [242/382] test_property [243/382] test_thread [244/382] test_concurrent_futures [245/382] test_float [246/382] test_doctest2 [247/382] test_imp [248/382] test_calendar [249/382] test_pep352 [250/382] test_unicode_file [251/382] test_uu [252/382] test_tuple [253/382] test_syslog [254/382] test_glob [255/382] test_asyncio [256/382] test_codecencodings_kr [257/382] test_multiprocessing_spawn [258/382] test_codecmaps_jp fetching http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT ... fetching http://people.freebsd.org/~perky/i18n/EUC-JISX0213.TXT ... fetching http://people.freebsd.org/~perky/i18n/EUC-JP.TXT ... fetching http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/SHIFTJIS.TXT ... fetching http://people.freebsd.org/~perky/i18n/SHIFT_JISX0213.TXT ... [259/382] test_super [260/382] test_zipfile [261/382] test_startfile [262/382] test_namespace_pkgs [263/382] test_frozen [264/382] test_minidom [265/382] test_decorators [266/382] test_kqueue [267/382] test_pstats [268/382] test_ftplib [269/382] test_socket [270/382] test_atexit [271/382] test_copy [272/382] test_argparse [273/382] test_xml_etree_c [274/382] test_iterlen [275/382] test_urllib2 [276/382] test_codecmaps_cn fetching http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/gb-18030-2000.xml ... fetching http://people.freebsd.org/~perky/i18n/EUC-CN.TXT ... fetching http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP936.TXT ... [277/382] test_extcall [278/382] test_crypt [279/382] test_isinstance [280/382] test_binop [281/382] test_dynamicclassattribute [282/382] test_iter [283/382] test_dynamic [284/382] test_http_cookies [285/382] test_functools [286/382] test_inspect [287/382] test_keywordonlyarg [288/382] test_hashlib [289/382] test_array [290/382] test___future__ [291/382] test_smtpd [292/382] test_wait3 [293/382] test_httpservers [294/382] test_curses [295/382] test_range [296/382] test_memoryio [297/382] test_codecmaps_tw fetching http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT ... fetching http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP950.TXT ... [298/382] test_shutil [299/382] test_cmd_line [300/382] test_colorsys [301/382] test_getargs2 [302/382] test_threading [303/382] test_module [304/382] test_raise [305/382] test_weakref [306/382] test_pep3131 [307/382] test__osx_support [308/382] test_mailcap [309/382] test_int [310/382] test_marshal [311/382] test___all__ [312/382] test_configparser [313/382] test_pow [314/382] test_dbm_gnu [315/382] test_call [316/382] test_dis [317/382] test_buffer [318/382] test_timeout [319/382] test_macpath [320/382] test_global [321/382] test_fractions [322/382] test_scope [323/382] test_profile [324/382] test_ctypes [325/382] test_base64 [326/382] test_weakset [327/382] test_typechecks [328/382] test_msilib [329/382] test_bigaddrspace [330/382] test_gdb [331/382] test_asyncore [332/382] test_print [333/382] test_codecencodings_tw [334/382] test_xmlrpc [335/382] test_select [336/382] test_exceptions [337/382] test_dummy_thread [338/382] test_sndhdr [339/382] test_ipaddress [340/382] test_rlcompleter [341/382] test_support [342/382] test_structmembers [343/382] test_gc [344/382] test_sysconfig [345/382] test_frame [346/382] test_unicode [347/382] test_format [348/382] test_pdb [349/382] test_bisect [350/382] test_http_cookiejar [351/382] test_gettext [352/382] test_netrc [353/382] test_builtin [354/382] test_docxmlrpc [355/382/1] test_threaded_import test_circular_imports (test.test_threaded_import.ThreadedImportTests) ... ok test_import_hangers (test.test_threaded_import.ThreadedImportTests) ... ok test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... OK. Trying 50 threads ... OK. Trying 20 threads ... OK. Trying 50 threads ... OK. Trying 20 threads ... OK. Trying 50 threads ... OK. FAIL test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... skipped "can't run when import lock is held" test_parallel_path_hooks (test.test_threaded_import.ThreadedImportTests) ... skipped "can't run when import lock is held" test_side_effect_import (test.test_threaded_import.ThreadedImportTests) ... ok ====================================================================== FAIL: test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Lib/test/test_threaded_import.py", line 135, in test_parallel_meta_path self.assertEqual(finder.x, finder.numcalls) AssertionError: 107 != 108 ---------------------------------------------------------------------- Ran 6 tests in 1.826s FAILED (failures=1, skipped=2) test test_threaded_import failed [356/382/1] test_syntax [357/382/1] test_reprlib [358/382/1] test_sched [359/382/1] test_hmac [360/382/1] test_memoryview [361/382/1] test_unpack_ex [362/382/1] test_threading_local [363/382/1] test_complex [364/382/1] test_bytes [365/382/1] test_bool [366/382/1] test_codecencodings_hk [367/382/1] test_shlex [368/382/1] test_httplib [369/382/1] test_idle [370/382/1] test_zipimport [371/382/1] test_copyreg [372/382/1] test_fileio [373/382/1] test_math [374/382/1] test_abc [375/382/1] test_sys_setprofile [376/382/1] test_urllib [377/382/1] test_ossaudiodev [378/382/1] test_io [379/382/1] test_asynchat [380/382/1] test_pep292 [381/382/1] test_selectors [382/382/1] test_nntplib 361 tests OK. 1 test failed: test_threaded_import 1 test altered the execution environment: test_warnings 19 tests skipped: test_curses test_dbm_gnu test_devpoll test_epoll test_gdb test_idle test_ioctl test_msilib test_ossaudiodev test_pep277 test_startfile test_tcl test_tk test_ttk_guionly test_ttk_textonly test_unicode_file test_winreg test_winsound test_zipfile64 Re-running failed tests in verbose mode Re-running test 'test_threaded_import' in verbose mode test_circular_imports (test.test_threaded_import.ThreadedImportTests) ... ok test_import_hangers (test.test_threaded_import.ThreadedImportTests) ... ok test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... OK. Trying 50 threads ... OK. Trying 20 threads ... OK. Trying 50 threads ... OK. Trying 20 threads ... OK. Trying 50 threads ... OK. ok test_parallel_module_init (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... OK. Trying 50 threads ... OK. Trying 20 threads ... OK. Trying 50 threads ... OK. Trying 20 threads ... OK. Trying 50 threads ... OK. ok test_parallel_path_hooks (test.test_threaded_import.ThreadedImportTests) ... Trying 20 threads ... OK. Trying 50 threads ... OK. Trying 20 threads ... OK. Trying 50 threads ... OK. Trying 20 threads ... OK. Trying 50 threads ... OK. ok test_side_effect_import (test.test_threaded_import.ThreadedImportTests) ... ok ---------------------------------------------------------------------- Ran 6 tests in 3.023s OK *** Error code 1 Stop. make: stopped in /usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build program finished with exit code 1 elapsedTime=384.995898