[Python-Dev] Errors after running make test

Thomas Heller theller at python.net
Fri Aug 11 21:01:44 CEST 2006


There are errors now after the testsuite has finished.  Taken from the very end of the
amd64 test log (for example).

http://www.python.org/dev/buildbot/trunk/amd64%20gentoo%20trunk/builds/1403/step-test/0

[...]
293 tests OK.
26 tests skipped:
    test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl
    test_curses test_dl test_gl test_imageop test_imgfile
    test_linuxaudiodev test_macfs test_macostools test_nis
    test_ossaudiodev test_pep277 test_plistlib test_rgbimg
    test_scriptpackages test_startfile test_sunaudiodev
    test_unicode_file test_winreg test_winsound test_zipfile64
Those skips are all expected on linux2.
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/home/buildslave/buildslave/python/trunk.norwitz-amd64/build/Lib/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/home/buildslave/buildslave/python/trunk.norwitz-amd64/build/Lib/logging/__init__.py", line 1351, in shutdown
    h.flush()
  File "/home/buildslave/buildslave/python/trunk.norwitz-amd64/build/Lib/logging/__init__.py", line 731, in flush
    self.stream.flush()
ValueError: I/O operation on closed file
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/home/buildslave/buildslave/python/trunk.norwitz-amd64/build/Lib/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/home/buildslave/buildslave/python/trunk.norwitz-amd64/build/Lib/logging/__init__.py", line 1351, in shutdown
    h.flush()
  File "/home/buildslave/buildslave/python/trunk.norwitz-amd64/build/Lib/logging/__init__.py", line 731, in flush
    self.stream.flush()
ValueError: I/O operation on closed file
[449107 refs]
program finished with exit code 0



More information about the Python-Dev mailing list