FreeBSD Bugzilla – Attachment 150014 Details for
Bug 195515
lang/python: Unstable and fails its own test suite
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
make test output from python27
python_test.txt (text/plain), 8.16 KB, created by
Sean Bruno
on 2014-11-30 00:52:31 UTC
(
hide
)
Description:
make test output from python27
Filename:
MIME Type:
Creator:
Sean Bruno
Created:
2014-11-30 00:52:31 UTC
Size:
8.16 KB
patch
obsolete
>root@crack:/usr/ports/lang/python27/work/Python-2.7.8 # make test >running build >running build_ext >ldd: /usr/local/lib/libreadline.so: not a FreeBSD ELF shared object >building dbm using ndbm >INFO: Can't locate Tcl/Tk libs and/or headers >Qemu unsupported ioctl: cmd=0xffffffffc0046364 dir=INOUT 'c' 100 4 > >Python build finished, but the necessary bits to build these modules were not >found: >_bsddb _sqlite3 _tkinter >gdbm linuxaudiodev spwd >sunaudiodev >To find the necessary bits, look in setup.py in detect_modules() for the >module's name. > >running build_scripts >copying and adjusting >/usr/ports/lang/python27/work/Python-2.7.8/Tools/scripts/pydoc -> >build/scripts-2.7 >copying and adjusting >/usr/ports/lang/python27/work/Python-2.7.8/Tools/scripts/idle -> >build/scripts-2.7 >copying and adjusting >/usr/ports/lang/python27/work/Python-2.7.8/Tools/scripts/2to3 -> >build/scripts-2.7 >changing mode of build/scripts-2.7/pydoc from 644 to 755 >changing mode of build/scripts-2.7/idle from 644 to 755 >changing mode of build/scripts-2.7/2to3 from 644 to 755 >renaming build/scripts-2.7/pydoc to build/scripts-2.7/pydoc2.7 >renaming build/scripts-2.7/idle to build/scripts-2.7/idle2.7 >renaming build/scripts-2.7/2to3 to build/scripts-2.7/2to3-2.7 >LD_LIBRARY_PATH=/usr/ports/lang/python27/work/Python-2.7.8 ./python -E -c >'import sys ; from sysconfig import get_platform ; print >get_platform()+"-"+sys.version[0:3]' >platform >find ./Lib -name '*.py[co]' -print | xargs rm -f >LD_LIBRARY_PATH=/usr/ports/lang/python27/work/Python-2.7.8 ./python -Wd -3 -E >-tt ./Lib/test/regrtest.py -l >Qemu unsupported ioctl: cmd=0xffffffffc0046364 dir=INOUT 'c' 100 4 >== CPython 2.7.8 (default, Nov 30 2014, 00:00:12) [GCC 4.2.1 Compatible >FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)] >== FreeBSD-11.0-CURRENT-arm-armv6-32bit-ELF little-endian >== /usr/ports/lang/python27/work/Python-2.7.8/build/test_python_33252 >Testing with flags: sys.flags(debug=0, py3k_warning=1, division_warning=1, >division_new=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, >no_user_site=0, no_site=0, ignore_environment=1, tabcheck=2, verbose=0, >unicode=0, bytes_warning=0, hash_randomization=0) >test_grammar >test_opcodes >test_dict >test_builtin >test_exceptions >test_types >test_unittest >test_doctest >test_doctest2 >test_MimeWriter >test_SimpleHTTPServer >test_StringIO >test___all__ >test___future__ >test__locale >test__osx_support >test_abc >test_abstract_numbers >test_aepack >test_aepack skipped -- No module named aetypes >test_aifc >test test_aifc failed -- Traceback (most recent call last): > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/test/test_aifc.py", >line 167, in test_read_written > self.assertEqual(read_written(x, 'float'), aifc._HUGE_VAL) >AssertionError: -1.79769313486231e+308 != 1.79769313486231e+308 > >test_al >test_al skipped -- No module named al >test_anydbm >test_applesingle >test_applesingle skipped -- No module named MacOS >test_argparse >test_array >test_ascii_formatd >test_ast >test_asynchat >/usr/ports/lang/python27/work/Python-2.7.8/Lib/threading.py:855: >DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses > self.__exc_clear() >test_asyncore >Exception in thread Thread-37: >Traceback (most recent call last): > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/threading.py", line >810, in __bootstrap_inner > self.run() > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/threading.py", line >763, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/test/test_asyncore.py", >line 712, in <lambda> > t = threading.Thread(target=lambda: asyncore.loop(timeout=0.1, count=500)) > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/asyncore.py", line 220, >in loop > poll_fun(timeout, map) > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/asyncore.py", line 145, >in poll > r, w, e = select.select(r, w, e, timeout) >error: (9, 'Bad file descriptor') > >Exception in thread Thread-38: >Traceback (most recent call last): > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/threading.py", line >810, in __bootstrap_inner > self.__target(*self.__args, **self.__kwargs) > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/test/test_asyncore.py", >line 712, in <lambda> > t = threading.Thread(target=lambda: asyncore.loop(timeout=0.1, count=500)) > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/asyncore.py", line 220, >in loop > poll_fun(timeout, map) > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/asyncore.py", line 145, >in poll > r, w, e = select.select(r, w, e, timeout) >error: (9, 'Bad file descriptor') > >test test_asyncore failed -- multiple errors occurred; run in verbose mode for >details >test_atexit >test_audioop >test_augassign >test_base64 >test_bastion >test_bigaddrspace >test_bigmem >test_binascii >test_binhex >test_binop >test_bisect >test_bool >test_bsddb >test_bsddb skipped -- No module named _bsddb >test_bsddb185 >test_bsddb3 >test_bsddb3 skipped -- No module named _bsddb >test_buffer >test_bufio >test_bytes >Assertion failed: (start < end), function page_set_flags, file >/home/sbruno/qemu-bsd-user/translate-all.c, line 1792. >*** Signal 6 (ignored) >LD_LIBRARY_PATH=/usr/ports/lang/python27/work/Python-2.7.8 ./python -Wd -3 -E >-tt ./Lib/test/regrtest.py -l >Qemu unsupported ioctl: cmd=0xffffffffc0046364 dir=INOUT 'c' 100 4 >== CPython 2.7.8 (default, Nov 30 2014, 00:00:12) [GCC 4.2.1 Compatible >FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)] >== FreeBSD-11.0-CURRENT-arm-armv6-32bit-ELF little-endian >== /usr/ports/lang/python27/work/Python-2.7.8/build/test_python_33257 >Testing with flags: sys.flags(debug=0, py3k_warning=1, division_warning=1, >division_new=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, >no_user_site=0, no_site=0, ignore_environment=1, tabcheck=2, verbose=0, >unicode=0, bytes_warning=0, hash_randomization=0) >test_grammar >test_opcodes >test_dict >test_builtin >test_exceptions >test_types >test_unittest >test_doctest >test_doctest2 >test_MimeWriter >test_SimpleHTTPServer >test_StringIO >test___all__ >test___future__ >test__locale >test__osx_support >test_abc >test_abstract_numbers >test_aepack >test_aepack skipped -- No module named aetypes >test_aifc >test test_aifc failed -- Traceback (most recent call last): > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/test/test_aifc.py", >line 167, in test_read_written > self.assertEqual(read_written(x, 'float'), aifc._HUGE_VAL) >AssertionError: -1.79769313486231e+308 != 1.79769313486231e+308 > >test_al >test_al skipped -- No module named al >test_anydbm >test_applesingle >test_applesingle skipped -- No module named MacOS >test_argparse >test_array >test_ascii_formatd >test_ast >test_asynchat >/usr/ports/lang/python27/work/Python-2.7.8/Lib/threading.py:855: >DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses > self.__exc_clear() >test_asyncore >Exception in thread Thread-37: >Traceback (most recent call last): > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/threading.py", line >810, in __bootstrap_inner > self.run() > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/threading.py", line >763, in run > self.__target(*self.__args, **self.__kwargs) > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/test/test_asyncore.py", >line 712, in <lambda> > t = threading.Thread(target=lambda: asyncore.loop(timeout=0.1, count=500)) > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/asyncore.py", line 220, >in loop > poll_fun(timeout, map) > File "/usr/ports/lang/python27/work/Python-2.7.8/Lib/asyncore.py", line 145, >in poll > r, w, e = select.select(r, w, e, timeout) >error: (9, 'Bad file descriptor') > >test test_asyncore failed -- multiple errors occurred; run in verbose mode for >details >test_atexit >test_audioop >test_augassign >test_base64 >test_bastion >test_bigaddrspace >test_bigmem >test_binascii >test_binhex >test_binop >test_bisect >test_bool >test_bsddb >test_bsddb skipped -- No module named _bsddb >test_bsddb185 >test_bsddb3 >test_bsddb3 skipped -- No module named _bsddb >test_buffer >test_bufio >test_bytes >Assertion failed: (start < end), function page_set_flags, file >/home/sbruno/qemu-bsd-user/translate-all.c, line 1792. >*** Signal 6 > >Stop. >make: stopped in /usr/ports/lang/python27/work/Python-2.7.8
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 195515
: 150014