(view as text)
running build
running build_ext
running build_scripts
[63585 refs]
./python -E -c 'import sys ; from distutils.util import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform
[24716 refs]
./python -E -tt -bb ./Lib/test/regrtest.py -l -uall -rw
test_super
test_urllib2net
test_strlit
test_traceback
test_hash
test_long_future
test_codecencodings_jp
test_set
test_weakref
test_codeop
test_structseq
test_eof
test_global
test_openpty
test_atexit
test_lib2to3
test_syntax
test_with
test_htmlparser
test_urllib
test_unicode
test_bigaddrspace
test_sundry
test_winreg
test_winreg skipped -- No module named _winreg
test_pty
test_abstract_numbers
test_int_literal
test_tokenize
test_imaplib
test_repr
test_bool
test_bsddb3
test_timeout
test_listcomps
test_isinstance
test_richcmp
test_xml_etree
test_winsound
test_winsound skipped -- No module named winsound
test_os
test_cgi
test_contains
test_re
test_threading
[27954 refs]
[30103 refs]
test_csv
test_future4
test_types
test_frozen
test_wait4
test_json
test_unary
test_string
test_iterlen
test_descrtut
test_pwd
test_builtin
test_parser
Expecting 's_push: parser stack overflow' in next line
s_push: parser stack overflow
test_xmlrpc_net
test_codecencodings_cn
test_tarfile
test_threadedtempfile
test_audioop
test_unicode_file
test_userlist
test_unicodedata
test_warnings
test_gettext
test_fractions
test_pstats
test_symtable
test___all__
test_bytes
test_pep3131
test_codecencodings_kr
test_index
test_cookie
test_future
test_plistlib
test_kqueue
test_kqueue skipped -- test works only on BSD
test_array
test_struct
test_slice
test_select
test_coding
test_wave
test_list
test_format
test_popen
[24721 refs]
[24721 refs]
[24721 refs]
test_cmd_line
test_pkg
test_commands
test_sqlite
test_grp
test_fnmatch
test_distutils
test_gdbm
test_posixpath
test_ctypes
test_binhex
test_rfc822
test_strftime
test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
test_bigmem
test_pickle
test_dis
test_defaultdict
test_compile
test_codecencodings_tw
test_urllib2
test_modulefinder
test_getargs2
test_posix
test_getopt
test_gc
test_gzip
test_enumerate
test_site
[24577 refs]
[24577 refs]
[24577 refs]
[24576 refs]
test_aepack
test_aepack skipped -- No module named aepack
test_sort
test_itertools
test_optparse
test_applesingle
test_applesingle skipped -- No module named macostools
test_dummy_thread
test_glob
test_netrc
test_wait3
test_stringprep
test_curses
test_curses skipped -- $TERM=None, calling initscr() may cause exit
test_complex
test_binop
test_codecencodings_hk
test_cmd
test_smtplib
test_xmlrpc
test_contextlib
test_socketserver
test_poll
test_unittest
test_math
test_ast
test_zlib
test_pyexpat
test_future3
test_SimpleHTTPServer
test_httplib
test_codecmaps_cn
test_wsgiref
test_dbm
test_urllib2_localnet
test_memoryview
test_uuid
WARNING: uuid.getnode is unreliable on many platforms.
It is disabled until the code and/or test can be fixed properly.
WARNING: uuid._ifconfig_getnode is unreliable on many platforms.
It is disabled until the code and/or test can be fixed properly.
WARNING: uuid._unixdll_getnode is unreliable on many platforms.
It is disabled until the code and/or test can be fixed properly.
test_sax
test_marshal
test_queue
test_htmllib
test_runpy
test_socket
test_import
test_deque
test_code
test_dict
test_signal
test_codecmaps_jp
test_largefile
test_macostools
test_macostools skipped -- No module named macostools
test_cfgparser
test_ssl
test_functools
test__locale
test_call
test_long
test_userdict
test_binascii
test_pprint
test_bz2
test_zipfile
test_zipimport
test_compare
test_difflib
test_xdrlib
test_asyncore
test_multibytecodec_support
test_urllibnet
test_inspect
test_mimetypes
test_profilehooks
test_bisect
test_hashlib
test_setcomps
test_platform
test_metaclass
test_peepholer
test_syslog
test_pep277
test_pep277 skipped -- test works only on NT+
test_random
test_unpack_ex
test_exception_variations
test_descr
test_datetime
test_augassign
test_normalization
test_pep263
test_tcl
test_minidom
test_shelve
test_time
test_telnetlib
test_cookielib
test_urlparse
test_filecmp
test_cProfile
test_cProfile skipped -- test_cProfile test is current broken
test_shlex
test_ftplib
test_operator
test_mutants
test_opcodes
test_extcall
test_raise
test_generators
test_anydbm
test_mailbox
test_abc
test_codeccallbacks
test_pow
test_heapq
test_uu
test_scope
test_exceptions
test_doctest
test_ioctl
test_module
test_cmd_line_script
test_tuple
test___future__
test_dictcomps
test_whichdb
test_multibytecodec
test_pep3120
test_calendar
test_unpack
test_univnewlines
test_xml_etree_c
test_fcntl
test_decimal
test_mimetools
test_logging
test_dummy_threading
test_profile
test_resource
test_typechecks
test_asynchat
test_ucn
test_tempfile
[24580 refs]
test_codecmaps_kr
test_pydoc
test_startfile
test_startfile skipped -- cannot import name startfile
test_fileio
test_dumbdbm
test_textwrap
test_funcattrs
test test_funcattrs failed -- Traceback (most recent call last):
File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_funcattrs.py", line 59, in test___globals__
self.assertEqual(self.b.__globals__, globals())
AssertionError: {'test_support': <module 'test.test_support' from '/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_support.py'>, '__builtins__': {'bytearray': <class 'bytearray'>, 'IndexError': <class 'IndexError'>, 'all': <built-in function all>, 'help': Type help() for interactive help, or help(object) for help about object., 'vars': <built-in function vars>, 'SyntaxError': <class 'SyntaxError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'memoryview': <class 'memoryview'>, 'isinstance': <built-in function isinstance>, '__build_class__': <built-in function __build_class__>, 'copyright': Copyright (c) 2001-2008 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'NameError': <class 'NameError'>, 'BytesWarning': <class 'BytesWarning'>, 'dict': <class 'dict'>, 'IOError': <class 'IOError'>, 'oct': <built-in function oct>, 'bin': <built-in function bin>, 'SystemExit': <class 'SystemExit'>, 'format': <built-in function format>, 'repr': <built-in function repr>, 'sorted': <built-in function sorted>, 'False': False, 'RuntimeWarning': <class 'RuntimeWarning'>, 'list': <class 'list'>, 'iter': <built-in function iter>, 'Warning': <class 'Warning'>, '__package__': None, 'round': <built-in function round>, 'dir': <built-in function dir>, 'cmp': <built-in function cmp>, 'set': <class 'set'>, 'bytes': <class 'bytes'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'issubclass': <built-in function issubclass>, 'EOFError': <class 'EOFError'>, 'locals': <built-in function locals>, 'BufferError': <class 'BufferError'>, 'slice': <class 'slice'>, 'FloatingPointError': <class 'FloatingPointError'>, 'sum': <built-in function sum>, 'getattr': <built-in function getattr>, 'abs': <built-in function abs>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': <built-in function print>, 'True': True, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'None': None, 'hash': <built-in function hash>, 'ReferenceError': <class 'ReferenceError'>, 'len': <built-in function len>, 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'frozenset': <class 'frozenset'>, '__name__': 'builtins', 'ord': <built-in function ord>, 'super': <class 'super'>, '_': Decimal('NaN123'), 'TypeError': <class 'TypeError'>, 'license': Type license() to see the full license text, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'UserWarning': <class 'UserWarning'>, 'filter': <class 'filter'>, 'range': <class 'range'>, 'staticmethod': <class 'staticmethod'>, 'SystemError': <class 'SystemError'>, 'BaseException': <class 'BaseException'>, 'pow': <built-in function pow>, 'RuntimeError': <class 'RuntimeError'>, 'float': <class 'float'>, 'MemoryError': <class 'MemoryError'>, 'StopIteration': <class 'StopIteration'>, 'globals': <built-in function globals>, 'divmod': <built-in function divmod>, 'enumerate': <class 'enumerate'>, 'Ellipsis': Ellipsis, 'LookupError': <class 'LookupError'>, 'open': <class 'io.OpenWrapper'>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'UnicodeError': <class 'UnicodeError'>, 'zip': <class 'zip'>, 'hex': <built-in function hex>, 'next': <built-in function next>, 'ImportError': <class 'ImportError'>, 'chr': <built-in function chr>, 'type': <class 'type'>, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", 'Exception': <class 'Exception'>, 'tuple': <class 'tuple'>, 'reversed': <class 'reversed'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'input': <built-in function input>, 'hasattr': <built-in function hasattr>, 'delattr': <built-in function delattr>, 'setattr': <built-in function setattr>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'compile': <built-in function compile>, 'ArithmeticError': <class 'ArithmeticError'>, 'str': <class 'str'>, 'property': <class 'property'>, 'GeneratorExit': <class 'GeneratorExit'>, 'int': <class 'int'>, '__import__': <built-in function __import__>, 'KeyError': <class 'KeyError'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'EnvironmentError': <class 'EnvironmentError'>, 'id': <built-in function id>, 'OSError': <class 'OSError'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'min': <built-in function min>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'any': <built-in function any>, 'complex': <class 'complex'>, 'bool': <class 'bool'>, 'ValueError': <class 'ValueError'>, 'NotImplemented': NotImplemented, 'map': <class 'map'>, 'exec': <built-in function exec>, 'max': <built-in function max>, 'object': <class 'object'>, 'TabError': <class 'TabError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'eval': <built-in function eval>, '__debug__': True, 'IndentationError': <class 'IndentationError'>, 'AssertionError': <class 'AssertionError'>, 'classmethod': <class 'classmethod'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'AttributeError': <class 'AttributeError'>, 'OverflowError': <class 'OverflowError'>}, '__file__': '/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_funcattrs.py', '__package__': None, 'FunctionDictsTest': <class 'test.test_funcattrs.FunctionDictsTest'>, 'FunctionDocstringTest': <class 'test.test_funcattrs.FunctionDocstringTest'>, 'ImplicitReferencesTest': <class 'test.test_funcattrs.ImplicitReferencesTest'>, 'ArbitraryFunctionAttrTest': <class 'test.test_funcattrs.ArbitraryFunctionAttrTest'>, 'FunctionPropertiesTest': <class 'test.test_funcattrs.FunctionPropertiesTest'>, '__name__': 'test.test_funcattrs', 'unittest': <module 'unittest' from '/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/unittest.py'>, 'FuncAttrsTest': <class 'test.test_funcattrs.FuncAttrsTest'>, '__doc__': None, 'types': <module 'types' from '/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/types.py'>, 'test_main': <function test_main at 0x2fffb28>} != {'test_support': <module 'test.test_support' from '/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_support.py'>, '__builtins__': {'bytearray': <class 'bytearray'>, 'IndexError': <class 'IndexError'>, 'all': <built-in function all>, 'help': Type help() for interactive help, or help(object) for help about object., 'vars': <built-in function vars>, 'SyntaxError': <class 'SyntaxError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'memoryview': <class 'memoryview'>, 'isinstance': <built-in function isinstance>, '__build_class__': <built-in function __build_class__>, 'copyright': Copyright (c) 2001-2008 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'NameError': <class 'NameError'>, 'BytesWarning': <class 'BytesWarning'>, 'dict': <class 'dict'>, 'IOError': <class 'IOError'>, 'oct': <built-in function oct>, 'bin': <built-in function bin>, 'SystemExit': <class 'SystemExit'>, 'format': <built-in function format>, 'repr': <built-in function repr>, 'sorted': <built-in function sorted>, 'False': False, 'RuntimeWarning': <class 'RuntimeWarning'>, 'list': <class 'list'>, 'iter': <built-in function iter>, 'Warning': <class 'Warning'>, '__package__': None, 'round': <built-in function round>, 'dir': <built-in function dir>, 'cmp': <built-in function cmp>, 'set': <class 'set'>, 'bytes': <class 'bytes'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'issubclass': <built-in function issubclass>, 'EOFError': <class 'EOFError'>, 'locals': <built-in function locals>, 'BufferError': <class 'BufferError'>, 'slice': <class 'slice'>, 'FloatingPointError': <class 'FloatingPointError'>, 'sum': <built-in function sum>, 'getattr': <built-in function getattr>, 'abs': <built-in function abs>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': <built-in function print>, 'True': True, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'None': None, 'hash': <built-in function hash>, 'ReferenceError': <class 'ReferenceError'>, 'len': <built-in function len>, 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'frozenset': <class 'frozenset'>, '__name__': 'builtins', 'ord': <built-in function ord>, 'super': <class 'super'>, '_': Decimal('NaN123'), 'TypeError': <class 'TypeError'>, 'license': Type license() to see the full license text, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'UserWarning': <class 'UserWarning'>, 'filter': <class 'filter'>, 'range': <class 'range'>, 'staticmethod': <class 'staticmethod'>, 'SystemError': <class 'SystemError'>, 'BaseException': <class 'BaseException'>, 'pow': <built-in function pow>, 'RuntimeError': <class 'RuntimeError'>, 'float': <class 'float'>, 'MemoryError': <class 'MemoryError'>, 'StopIteration': <class 'StopIteration'>, 'globals': <built-in function globals>, 'divmod': <built-in function divmod>, 'enumerate': <class 'enumerate'>, 'Ellipsis': Ellipsis, 'LookupError': <class 'LookupError'>, 'open': <class 'io.OpenWrapper'>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'UnicodeError': <class 'UnicodeError'>, 'zip': <class 'zip'>, 'hex': <built-in function hex>, 'next': <built-in function next>, 'ImportError': <class 'ImportError'>, 'chr': <built-in function chr>, 'type': <class 'type'>, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", 'Exception': <class 'Exception'>, 'tuple': <class 'tuple'>, 'reversed': <class 'reversed'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'input': <built-in function input>, 'hasattr': <built-in function hasattr>, 'delattr': <built-in function delattr>, 'setattr': <built-in function setattr>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'compile': <built-in function compile>, 'ArithmeticError': <class 'ArithmeticError'>, 'str': <class 'str'>, 'property': <class 'property'>, 'GeneratorExit': <class 'GeneratorExit'>, 'int': <class 'int'>, '__import__': <built-in function __import__>, 'KeyError': <class 'KeyError'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'EnvironmentError': <class 'EnvironmentError'>, 'id': <built-in function id>, 'OSError': <class 'OSError'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'min': <built-in function min>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'any': <built-in function any>, 'complex': <class 'complex'>, 'bool': <class 'bool'>, 'ValueError': <class 'ValueError'>, 'NotImplemented': NotImplemented, 'map': <class 'map'>, 'exec': <built-in function exec>, 'max': <built-in function max>, 'object': <class 'object'>, 'TabError': <class 'TabError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'eval': <built-in function eval>, '__debug__': True, 'IndentationError': <class 'IndentationError'>, 'AssertionError': <class 'AssertionError'>, 'classmethod': <class 'classmethod'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'AttributeError': <class 'AttributeError'>, 'OverflowError': <class 'OverflowError'>}, '__file__': '/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_funcattrs.py', '__package__': None, 'FunctionDictsTest': <class 'test.test_funcattrs.FunctionDictsTest'>, 'FunctionDocstringTest': <class 'test.test_funcattrs.FunctionDocstringTest'>, 'ImplicitReferencesTest': <class 'test.test_funcattrs.ImplicitReferencesTest'>, 'ArbitraryFunctionAttrTest': <class 'test.test_funcattrs.ArbitraryFunctionAttrTest'>, 'FunctionPropertiesTest': <class 'test.test_funcattrs.FunctionPropertiesTest'>, '__name__': 'test.test_funcattrs', 'unittest': <module 'unittest' from '/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/unittest.py'>, 'FuncAttrsTest': <class 'test.test_funcattrs.FuncAttrsTest'>, '__doc__': None, 'types': <module 'types' from '/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/types.py'>, 'test_main': <function test_main at 0x2fffb28>}
test_genericpath
test_macpath
test_codecs
test_quopri
[27957 refs]
[27957 refs]
test_docxmlrpc
test_iter
test_threadsignals
test_colorsys
test_print
test_dictviews
test_pkgimport
test_pep292
test_copy
test_structmembers
test_pickletools
test_int
test_io
test_bsddb
test_pep352
test_memoryio
test_ntpath
test_scriptpackages
test_scriptpackages skipped -- No module named aetools
test_threading_local
test_crypt
test_keywordonlyarg
test_hmac
test_sgmllib
test_threaded_import
test_mmap
test_pep247
test_errno
test_epoll
test_codecmaps_hk
test_copyreg
test_importhooks
test_locale
test_range
test_decorators
test_property
test_shutil
test_charmapcodec
test_imp
test_subprocess
[24577 refs]
[24577 refs]
[24577 refs]
[24577 refs]
[24577 refs]
[24577 refs]
[24577 refs]
[24577 refs]
[24577 refs]
[24716 refs]
[24714 refs]
[24714 refs]
[24714 refs]
[24577 refs]
[24807 refs]
[24714 refs]
[24716 refs]
[24716 refs]
[24716 refs]
[24716 refs]
[24714 refs]
.
[24578 refs]
[24714 refs]
this bit of output is from a test of stdout in a different process ...
[24714 refs]
[24714 refs]
[24807 refs]
test_trace
test_codecmaps_tw
test_robotparser
test_pipes
test_userstring
test_genexps
test_float
test_grammar
test_strptime
test_collections
test_bufio
test_pyclbr
test_base64
test_doctest2
test_thread
test_pkgutil
test_poplib
test_cmath
test_fileinput
test_capi
test_longexp
test_email
test_file
test_class
test_multifile
test_sys
[24577 refs]
test_fork1
test_nis
test_ossaudiodev
test_ossaudiodev skipped -- [Errno 13] Permission denied: '/dev/dsp'
317 tests OK.
1 test failed:
test_funcattrs
13 tests skipped:
test_aepack test_applesingle test_cProfile test_curses test_kqueue
test_macostools test_ossaudiodev test_pep277 test_scriptpackages
test_startfile test_winreg test_winsound test_zipfile64
Those skips are all expected on linux2.
Re-running failed tests in verbose mode
Re-running test 'test_funcattrs' in verbose mode
test___code__ (test.test_funcattrs.FunctionPropertiesTest) ... ok
test___globals__ (test.test_funcattrs.FunctionPropertiesTest) ... ok
test___name__ (test.test_funcattrs.FunctionPropertiesTest) ... ok
test_blank_func_defaults (test.test_funcattrs.FunctionPropertiesTest) ... ok
test_copying___code__ (test.test_funcattrs.FunctionPropertiesTest) ... ok
test_dir_includes_correct_attrs (test.test_funcattrs.FunctionPropertiesTest) ... ok
test_duplicate_function_equality (test.test_funcattrs.FunctionPropertiesTest) ... ok
test_func_default_args (test.test_funcattrs.FunctionPropertiesTest) ... ok
test_module (test.test_funcattrs.FunctionPropertiesTest) ... ok
test___class__ (test.test_funcattrs.ImplicitReferencesTest) ... ok
test___func__ (test.test_funcattrs.ImplicitReferencesTest) ... ok
test___func___non_method (test.test_funcattrs.ImplicitReferencesTest) ... ok
test___self__ (test.test_funcattrs.ImplicitReferencesTest) ... ok
test_delete_unknown_attr (test.test_funcattrs.ArbitraryFunctionAttrTest) ... ok
test_set_attr (test.test_funcattrs.ArbitraryFunctionAttrTest) ... ok
test_unset_attr (test.test_funcattrs.ArbitraryFunctionAttrTest) ... ok
test_delete___dict__ (test.test_funcattrs.FunctionDictsTest) ... ok
test_func_as_dict_key (test.test_funcattrs.FunctionDictsTest) ... ok
test_setting_dict_to_invalid (test.test_funcattrs.FunctionDictsTest) ... ok
test_setting_dict_to_valid (test.test_funcattrs.FunctionDictsTest) ... ok
test_unassigned_dict (test.test_funcattrs.FunctionDictsTest) ... ok
test_delete_docstring (test.test_funcattrs.FunctionDocstringTest) ... ok
test_set_docstring_attr (test.test_funcattrs.FunctionDocstringTest) ... ok
----------------------------------------------------------------------
Ran 23 tests in 0.017s
OK
[856407 refs]
make: *** [buildbottest] Error 1