Your message dated Sun, 3 Jul 2016 12:30:17 +0200
with message-id <[email protected]>
and subject line closing bugs reported against ancient python versions
has caused the Debian Bug report #614543,
regarding python2.5: FTBFS: network errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
614543: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614543
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python2.5
Version: 2.5.5-11
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110221 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/build-static'
> gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall 
> -Wstrict-prototypes  -I. -IInclude -I../Include   -DPy_BUILD_CORE -o 
> Python/compile.o ../Python/compile.c
> gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall 
> -Wstrict-prototypes  -I. -IInclude -I../Include   -DPy_BUILD_CORE -o 
> Python/graminit.o ../Python/graminit.c
> gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall 
> -Wstrict-prototypes  -I. -IInclude -I../Include   -DPy_BUILD_CORE -o 
> Python/symtable.o ../Python/symtable.c
> gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall 
> -Wstrict-prototypes  -I. -IInclude -I../Include   -DPy_BUILD_CORE 
> -DSVNVERSION=\"`LC_ALL=C echo exported`\" -o Modules/getbuildinfo.o 
> ../Modules/getbuildinfo.c
> rm -f libpython2.5.a
> ar cr libpython2.5.a Modules/getbuildinfo.o
> ar cr libpython2.5.a Modules/_typesmodule.o
> ar cr libpython2.5.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o 
> Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o 
> Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o 
> Parser/myreadline.o Parser/tokenizer.o
> ar cr libpython2.5.a Objects/abstract.o Objects/boolobject.o 
> Objects/bufferobject.o Objects/cellobject.o Objects/classobject.o 
> Objects/cobject.o Objects/codeobject.o Objects/complexobject.o 
> Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o 
> Objects/genobject.o Objects/fileobject.o Objects/floatobject.o 
> Objects/frameobject.o Objects/funcobject.o Objects/intobject.o 
> Objects/iterobject.o Objects/listobject.o Objects/longobject.o 
> Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o 
> Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o 
> Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o 
> Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o 
> Objects/unicodeobject.o Objects/unicodectype.o
> ar cr libpython2.5.a Python/Python-ast.o Python/asdl.o Python/ast.o 
> Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o 
> Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o 
> Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o 
> Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o 
> Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o 
> Python/mysnprintf.o Python/pyarena.o Python/pyfpe.o Python/pystate.o 
> Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o 
> Python/traceback.o Python/getopt.o Python/pystrtod.o Python/dynload_shlib.o  
> Python/thread.o
> ar cr libpython2.5.a Modules/config.o Modules/getpath.o Modules/main.o 
> Modules/gcmodule.o 
> ar cr libpython2.5.a Modules/threadmodule.o  Modules/signalmodule.o  
> Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  
> Modules/_sre.o  Modules/_codecsmodule.o  Modules/zipimport.o  
> Modules/symtablemodule.o  Modules/xxsubtype.o
> ranlib libpython2.5.a
> gcc -pthread  -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -o 
> python \
>                       Modules/python.o \
>                       libpython2.5.a -lpthread -ldl  -lutil   -lm  
> libpython2.5.a(posixmodule.o): In function `posix_tmpnam':
> /build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/build-static/../Modules/posixmodule.c:6863:
>  warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
> libpython2.5.a(posixmodule.o): In function `posix_tempnam':
> /build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/build-static/../Modules/posixmodule.c:6818:
>  warning: the use of `tempnam' is dangerous, better use `mkstemp'
> case $MAKEFLAGS in \
>       *-s*)  CC='gcc -pthread' LDSHARED='gcc -pthread -shared -Wl,-O1 
> -Wl,-Bsymbolic-functions' OPT='-DNDEBUG -g -fwrapv -O3 -Wall 
> -Wstrict-prototypes' ./python -E ../setup.py -q build;; \
>       *)  CC='gcc -pthread' LDSHARED='gcc -pthread -shared -Wl,-O1 
> -Wl,-Bsymbolic-functions' OPT='-DNDEBUG -g -fwrapv -O3 -Wall 
> -Wstrict-prototypes' ./python -E ../setup.py build;; \
>       esac
> running build
> running build_ext
> XXX x86_64-linux-gnu
> db.h: found (4, 8) in /usr/include
> db lib: using (4, 8) db-4.8
> /usr/include/sqlite3.h: version 3.7.4
> running build_scripts
> ./python -E -c 'import sys ; from distutils.util import get_platform ; print 
> get_platform()+"-"+sys.version[0:3]' >platform
> find ../Lib -name '*.py[co]' -print | xargs rm -f
> ./python -E -tt ../Lib/test/regrtest.py -w -l -uall
> test_grammar
> test_opcodes
> test_operations
> test_builtin
> test_exceptions
> test_types
> test_unittest
> test_doctest
> test_doctest2
> test_MimeWriter
> test_StringIO
> test___all__
> test___future__
> test__locale
> test_aepack
> test_aepack skipped -- No module named aepack
> test_al
> test_al skipped -- No module named al
> test_anydbm
> test_applesingle
> test_applesingle skipped -- No module named macostools
> test_array
> test_ast
> test_asynchat
> 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_bsddb185
> test_bsddb185 skipped -- No module named bsddb185
> test_bsddb3
> Exception in thread reader 6:
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/threading.py",
>  line 486, in __bootstrap_inner
>     self.run()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/threading.py",
>  line 446, in run
>     self.__target(*self.__args, **self.__kwargs)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/bsddb/test/test_thread.py",
>  line 307, in readerThread
>     rec = dbutils.DeadlockWrap(c.next, max_retries=10)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/bsddb/dbutils.py",
>  line 68, in DeadlockWrap
>     return function(*_args, **_kwargs)
> DBLockDeadlockError: (-30994, 'DB_LOCK_DEADLOCK: Locker killed to resolve a 
> deadlock')
> 
> test_bufio
> test_bz2
> test_cProfile
> test_cProfile skipped -- No module named pstats
> test_calendar
> test_call
> test_capi
> test_cd
> test_cd skipped -- No module named cd
> test_cfgparser
> test_cgi
> test_charmapcodec
> test_cl
> test_cl skipped -- No module named cl
> test_class
> test_cmath
> test_cmd_line
> test_code
> test_codeccallbacks
> test_codecencodings_cn
> test_codecencodings_hk
> test_codecencodings_jp
> test_codecencodings_kr
> test_codecencodings_tw
> test_codecmaps_cn
>       fetching http://people.freebsd.org/~perky/i18n/EUC-CN.TXT ...
> test test_codecmaps_cn crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (101, 'Network is unreachable')
> test_codecmaps_hk
>       fetching http://people.freebsd.org/~perky/i18n/BIG5HKSCS.TXT ...
> test test_codecmaps_hk crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (101, 'Network is unreachable')
> test_codecmaps_jp
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT ...
> test test_codecmaps_jp crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> test_codecmaps_kr
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP949.TXT ...
> test test_codecmaps_kr crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> test_codecmaps_tw
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT ...
> test test_codecmaps_tw crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> test_codecs
> test_codeop
> test_coding
> test_coercion
> test_colorsys
> test_commands
> test_compare
> test_compile
> test_compiler
> test_complex
> test_complex_args
> test_contains
> test_contextlib
> test_cookie
> test_cookielib
> test_copy
> test_copy_reg
> test_cpickle
> test_crypt
> test_csv
> test_ctypes
>       find_library('c') ->  libc.so.6
>       find_library('m') ->  libm.so.6
> test_curses
> test_curses skipped -- $TERM=None, calling initscr() may cause exit
> test_datetime
> test_dbm
> test_decimal
> test_decorators
> test_defaultdict
> test_deque
> test_descr
> test_descrtut
> test_dict
> test_difflib
> test_dircache
> test_dis
> test_distutils
> test_dl
> test_dl skipped -- No module named dl
> test_dumbdbm
> test_dummy_thread
> test_dummy_threading
> test_email
> test_email_codecs
> test_email_renamed
> test_enumerate
> test_eof
> test_errno
> test_exception_variations
> test_extcall
> test_fcntl
> test_file
> test test_file failed -- Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_file.py",
>  line 138, in testStdin
>     self.assertRaises(IOError, sys.stdin.seek, -1)
> AssertionError: IOError not raised
> 
> test_filecmp
> test_fileinput
> test_float
> test_fnmatch
> test_fork1
> test_format
> test_fpformat
> test_frozen
> test_funcattrs
> test_functools
> test_future
> test_gc
> test_gdbm
> test_generators
> /build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_generators.py:1:
>  DeprecationWarning: raising string exceptions is deprecated
>   tutorial_tests = """
> test_genexps
> test_getargs
> test_getargs2
> test_getopt
> test_gettext
> test_gl
> test_gl skipped -- No module named gl
> test_glob
> test_global
> test_grp
> test_gzip
> test_hash
> test_hashlib
> test_heapq
> test_hexoct
> test_hmac
> test_hotshot
> test_htmllib
> test_htmlparser
> test_httplib
> test_imageop
> test_imageop skipped -- No module named imageop
> test_imaplib
> test_imgfile
> test_imgfile skipped -- No module named imgfile
> test_imp
> test_import
> test_importhooks
> test_index
> test_inspect
> test_ioctl
> test_ioctl skipped -- Unable to open /dev/tty
> test_isinstance
> test_iter
> test_iterlen
> test_itertools
> test_largefile
> test_linuxaudiodev
> test_linuxaudiodev skipped -- (2, 'No such file or directory', '/dev/dsp')
> test_list
> test_locale
> test_logging
> test_long
> test_long_future
> test_longexp
> test_macfs
> test_macfs skipped -- No module named macfs
> test_macostools
> test_macostools skipped -- No module named macostools
> test_macpath
> test_mailbox
> test_marshal
> test_math
> test_md5
> test_mhlib
> test_mimetools
> test_mimetypes
> test_minidom
> test_mmap
> test_module
> test_multibytecodec
> test_multibytecodec_support
> test_multifile
> test_mutants
> test_netrc
> test_new
> test_nis
> test_nis skipped -- Local domain name not set
> test_normalization
>       fetching http://www.unicode.org/Public/4.1.0/ucd/NormalizationTest.txt 
> ...
> test test_normalization crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> test_ntpath
> test_old_mailbox
> test_openpty
> test_operator
> test_optparse
> test_os
> test_ossaudiodev
> test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp'
> test_parser
> test_peepholer
> test_pep247
> test_pep263
> test_pep277
> test_pep277 skipped -- test works only on NT+
> test_pep292
> test_pep352
> test_pickle
> test_pickletools
> test_pkg
> test_pkgimport
> test_platform
> test_plistlib
> test_plistlib skipped -- No module named plistlib
> test_poll
> test_popen
> test_popen2
> test_posix
> test_posixpath
> test_pow
> test_pprint
> test_profile
> test_profile skipped -- No module named profile
> test_profilehooks
> test_pty
> test_pwd
> test_pyclbr
> test_pyexpat
> test_queue
> test_quopri
> test_random
> test_re
> test_repr
> test_resource
> test_rfc822
> test_rgbimg
> test_rgbimg skipped -- No module named rgbimg
> test_richcmp
> test_robotparser
> test_runpy
> test_sax
> test_scope
> test_scriptpackages
> test_scriptpackages skipped -- No module named aetools
> test_select
> test_set
> test_sets
> test_sgmllib
> test_sha
> test_shelve
> test_shlex
> test_shutil
> test_signal
> test test_signal crashed -- <type 'exceptions.NameError'>: name 'unittest' is 
> not defined
> test_site
> test_slice
> test_socket
> test_socket_ssl
> test test_socket_ssl crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> test_socketserver
> test_softspace
> test_sort
> test_sqlite
> test_startfile
> test_startfile skipped -- cannot import name startfile
> test_str
> test_strftime
> test_string
> test_stringprep
> test_strop
> test_strptime
> test_struct
> test_structmembers
> test_structseq
> test_subprocess
> .
>     this bit of output is from a test of stdout in a different process ...
> test_sunaudiodev
> test_sunaudiodev skipped -- No module named sunaudiodev
> test_sundry
> test_symtable
> test_syntax
> test_sys
> test_tarfile
> test_tcl
> test_tempfile
> test_textwrap
> test_thread
> test_threaded_import
> test_threadedtempfile
> test_threading
> test_threading_local
> test_threadsignals
> test_time
> test_timeout
> test test_timeout failed -- Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_timeout.py",
>  line 133, in testRecvTimeout
>     self.sock.connect(self.addr_remote)
>   File "<string>", line 1, in connect
> error: (111, 'Connection refused')
> 
> test_tokenize
> test_trace
> test_traceback
> test_transformer
> test_tuple
> test_ucn
> test_unary
> test_unicode
> test_unicode_file
> test_unicode_file skipped -- No Unicode filesystem semantics on this platform.
> test_unicodedata
> test_univnewlines
> test_unpack
> test_urllib
> test_urllib2
> test_urllib2_localnet
> test_urllib2net
> test test_urllib2net failed -- errors occurred; run in verbose mode for 
> details
> test_urllibnet
> test test_urllibnet failed -- errors occurred; run in verbose mode for details
> test_urlparse
> test_userdict
> test_userlist
> test_userstring
> test_uu
> 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_wait3
> test_wait4
> test_warnings
> test_wave
> test_weakref
> test_whichdb
> test_winreg
> test_winreg skipped -- No module named _winreg
> test_winsound
> test_winsound skipped -- No module named winsound
> test_with
> test_wsgiref
> test_xdrlib
> test_xml_etree
> test_xml_etree_c
> test_xmllib
> test_xmlrpc
> test_xpickle
> test_xrange
> test_zipfile
> /build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/zipfile.py:714:
>  DeprecationWarning: 'L' format requires 0 <= number <= 4294967295
>   0, 0, count, count, pos2 - pos1, -1, 0)
> /build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/zipfile.py:691:
>  DeprecationWarning: 'L' format requires 0 <= number <= 4294967295
>   header_offset)
> test_zipfile64
> test_zipfile64 skipped -- test requires loads of disk-space bytes and a long 
> time to run
> test_zipimport
> test_zlib
> 281 tests OK.
> 12 tests failed:
>     test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp
>     test_codecmaps_kr test_codecmaps_tw test_file test_normalization
>     test_signal test_socket_ssl test_timeout test_urllib2net
>     test_urllibnet
> 29 tests skipped:
>     test_aepack test_al test_applesingle test_bsddb185 test_cProfile
>     test_cd test_cl test_curses test_dl test_gl test_imageop
>     test_imgfile test_ioctl test_linuxaudiodev test_macfs
>     test_macostools test_nis test_ossaudiodev test_pep277
>     test_plistlib test_profile test_rgbimg test_scriptpackages
>     test_startfile test_sunaudiodev test_unicode_file test_winreg
>     test_winsound test_zipfile64
> 3 skips unexpected on linux2:
>     test_cProfile test_profile test_ioctl
> Re-running failed tests in verbose mode
> Re-running test 'test_codecmaps_cn' in verbose mode
>       fetching http://people.freebsd.org/~perky/i18n/EUC-CN.TXT ...
> test test_codecmaps_cn crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (101, 'Network is unreachable')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_codecmaps_cn.py",
>  line 31, in test_main
>     suite.addTest(unittest.makeSuite(TestGB2312Map))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 602, in makeSuite
>     return _makeLoader(prefix, sortUsing, 
> suiteClass).loadTestsFromTestCase(testCaseClass)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 507, in loadTestsFromTestCase
>     return self.suiteClass(map(testCaseClass, testCaseNames))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 269, in __init__
>     self.open_mapping_file() # test it to report the error early
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 272, in open_mapping_file
>     return test_support.open_urlresource(self.mapfileurl)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> Re-running test 'test_codecmaps_hk' in verbose mode
>       fetching http://people.freebsd.org/~perky/i18n/BIG5HKSCS.TXT ...
> test test_codecmaps_hk crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (101, 'Network is unreachable')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_codecmaps_hk.py",
>  line 18, in test_main
>     suite.addTest(unittest.makeSuite(TestBig5HKSCSMap))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 602, in makeSuite
>     return _makeLoader(prefix, sortUsing, 
> suiteClass).loadTestsFromTestCase(testCaseClass)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 507, in loadTestsFromTestCase
>     return self.suiteClass(map(testCaseClass, testCaseNames))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 269, in __init__
>     self.open_mapping_file() # test it to report the error early
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 272, in open_mapping_file
>     return test_support.open_urlresource(self.mapfileurl)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> Re-running test 'test_codecmaps_jp' in verbose mode
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT ...
> test test_codecmaps_jp crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_codecmaps_jp.py",
>  line 65, in test_main
>     suite.addTest(unittest.makeSuite(TestCP932Map))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 602, in makeSuite
>     return _makeLoader(prefix, sortUsing, 
> suiteClass).loadTestsFromTestCase(testCaseClass)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 507, in loadTestsFromTestCase
>     return self.suiteClass(map(testCaseClass, testCaseNames))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 269, in __init__
>     self.open_mapping_file() # test it to report the error early
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 272, in open_mapping_file
>     return test_support.open_urlresource(self.mapfileurl)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (111, 'Connection refused')
> Re-running test 'test_codecmaps_kr' in verbose mode
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP949.TXT ...
> test test_codecmaps_kr crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_codecmaps_kr.py",
>  line 38, in test_main
>     suite.addTest(unittest.makeSuite(TestCP949Map))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 602, in makeSuite
>     return _makeLoader(prefix, sortUsing, 
> suiteClass).loadTestsFromTestCase(testCaseClass)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 507, in loadTestsFromTestCase
>     return self.suiteClass(map(testCaseClass, testCaseNames))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 269, in __init__
>     self.open_mapping_file() # test it to report the error early
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 272, in open_mapping_file
>     return test_support.open_urlresource(self.mapfileurl)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (111, 'Connection refused')
> Re-running test 'test_codecmaps_tw' in verbose mode
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT ...
> test test_codecmaps_tw crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_codecmaps_tw.py",
>  line 29, in test_main
>     suite.addTest(unittest.makeSuite(TestBIG5Map))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 602, in makeSuite
>     return _makeLoader(prefix, sortUsing, 
> suiteClass).loadTestsFromTestCase(testCaseClass)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 507, in loadTestsFromTestCase
>     return self.suiteClass(map(testCaseClass, testCaseNames))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 269, in __init__
>     self.open_mapping_file() # test it to report the error early
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 272, in open_mapping_file
>     return test_support.open_urlresource(self.mapfileurl)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (111, 'Connection refused')
> Re-running test 'test_file' in verbose mode
> testAttributes (test.test_file.AutoFileTests) ... ok
> testErrors (test.test_file.AutoFileTests) ... ok
> testMethods (test.test_file.AutoFileTests) ... ok
> testReadWhenWriting (test.test_file.AutoFileTests) ... ok
> testReadinto (test.test_file.AutoFileTests) ... ok
> testRepr (test.test_file.AutoFileTests) ... ok
> testWeakRefs (test.test_file.AutoFileTests) ... ok
> testWritelinesIntegers (test.test_file.AutoFileTests) ... ok
> testWritelinesIntegersUserList (test.test_file.AutoFileTests) ... ok
> testWritelinesNonString (test.test_file.AutoFileTests) ... ok
> testWritelinesUserList (test.test_file.AutoFileTests) ... ok
> testBadModeArgument (test.test_file.OtherFileTests) ... ok
> testIteration (test.test_file.OtherFileTests) ... ok
> testModeStrings (test.test_file.OtherFileTests) ... ok
> testSetBufferSize (test.test_file.OtherFileTests) ... ok
> testStdin (test.test_file.OtherFileTests) ... FAIL
> testTruncateOnWindows (test.test_file.OtherFileTests) ... ok
> testUnicodeOpen (test.test_file.OtherFileTests) ... ok
> test_del_stdout_before_print (test.test_file.StdoutTests) ... ok
> test_move_stdout_on_write (test.test_file.StdoutTests) ... ok
> 
> ======================================================================
> FAIL: testStdin (test.test_file.OtherFileTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_file.py",
>  line 138, in testStdin
>     self.assertRaises(IOError, sys.stdin.seek, -1)
> AssertionError: IOError not raised
> 
> ----------------------------------------------------------------------
> Ran 20 tests in 0.003s
> 
> FAILED (failures=1)
> test test_file failed -- Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_file.py",
>  line 138, in testStdin
>     self.assertRaises(IOError, sys.stdin.seek, -1)
> AssertionError: IOError not raised
> 
> Re-running test 'test_normalization' in verbose mode
>       fetching http://www.unicode.org/Public/4.1.0/ucd/NormalizationTest.txt 
> ...
> test test_normalization crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_normalization.py",
>  line 34, in test_main
>     for line in open_urlresource(TESTDATAURL):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (111, 'Connection refused')
> Re-running test 'test_signal' in verbose mode
> + sleep 2
> + kill -HUP 29317
> + sleep 2
> + kill -USR1 29317
> + sleep 2
> + kill -USR2 29317
> test runner's pid is 29317
> starting pause() loop...
> call pause()...
> handlerA invoked (1, <frame object at 0x2d484e0>)
> pause() returned
> call pause()...
> handlerB invoked (10, <frame object at 0x2d484e0>)
> HandlerBCalled exception caught
> call pause()...
> KeyboardInterrupt (the alarm() went off)
> test test_signal crashed -- <type 'exceptions.NameError'>: name 'unittest' is 
> not defined
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 549, in runtest_inner
>     the_package = __import__(abstest, globals(), locals(), [])
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_signal.py",
>  line 169, in <module>
>     class WakeupSignalTests(unittest.TestCase):
> NameError: name 'unittest' is not defined
> Re-running test 'test_socket_ssl' in verbose mode
> test_rude_shutdown ...
> test_basic ...
> test test_socket_ssl crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_socket_ssl.py",
>  line 127, in test_main
>     test_basic()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_socket_ssl.py",
>  line 31, in test_basic
>     f = urllib.urlopen('https://sf.net')
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 416, in open_https
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 1134, in connect
>     sock.connect((self.host, self.port))
>   File "<string>", line 1, in connect
> IOError: [Errno socket error] (111, 'Connection refused')
> Re-running test 'test_timeout' in verbose mode
> testBlockingThenTimeout (test.test_timeout.CreationTestCase) ... ok
> testFloatReturnValue (test.test_timeout.CreationTestCase) ... ok
> testObjectCreation (test.test_timeout.CreationTestCase) ... ok
> testRangeCheck (test.test_timeout.CreationTestCase) ... ok
> testReturnType (test.test_timeout.CreationTestCase) ... ok
> testTimeoutThenBlocking (test.test_timeout.CreationTestCase) ... ok
> testTypeCheck (test.test_timeout.CreationTestCase) ... ok
> testAcceptTimeout (test.test_timeout.TimeoutTestCase) ... ok
> testConnectTimeout (test.test_timeout.TimeoutTestCase) ... ok
> testRecvTimeout (test.test_timeout.TimeoutTestCase) ... ERROR
> testRecvfromTimeout (test.test_timeout.TimeoutTestCase) ... ok
> testSend (test.test_timeout.TimeoutTestCase) ... ok
> testSendall (test.test_timeout.TimeoutTestCase) ... ok
> testSendto (test.test_timeout.TimeoutTestCase) ... ok
> 
> ======================================================================
> ERROR: testRecvTimeout (test.test_timeout.TimeoutTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_timeout.py",
>  line 133, in testRecvTimeout
>     self.sock.connect(self.addr_remote)
>   File "<string>", line 1, in connect
> error: (111, 'Connection refused')
> 
> ----------------------------------------------------------------------
> Ran 14 tests in 7.157s
> 
> FAILED (errors=1)
> test test_timeout failed -- Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_timeout.py",
>  line 133, in testRecvTimeout
>     self.sock.connect(self.addr_remote)
>   File "<string>", line 1, in connect
> error: (111, 'Connection refused')
> 
> Re-running test 'test_urllib2net' in verbose mode
> testURLread (test.test_urllib2net.URLTimeoutTest) ... ERROR
> test_bad_address (test.test_urllib2net.urlopenNetworkTests) ... ok
> test_basic (test.test_urllib2net.urlopenNetworkTests) ... ERROR
> test_geturl (test.test_urllib2net.urlopenNetworkTests) ... ERROR
> test_info (test.test_urllib2net.urlopenNetworkTests) ... ERROR
> test_file (test.test_urllib2net.OtherNetworkTests) ... ok
> test_ftp (test.test_urllib2net.OtherNetworkTests) ... ok
> test_gopher (test.test_urllib2net.OtherNetworkTests) ... ok
> test_http (test.test_urllib2net.OtherNetworkTests) ... ok
> test_range (test.test_urllib2net.OtherNetworkTests) ... ERROR
> test_close (test.test_urllib2net.CloseSocketTest) ... ERROR
> 
> ======================================================================
> ERROR: testURLread (test.test_urllib2net.URLTimeoutTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 24, in testURLread
>     f = urllib2.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ======================================================================
> ERROR: test_basic (test.test_urllib2net.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 105, in test_basic
>     open_url = urllib2.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ======================================================================
> ERROR: test_geturl (test.test_urllib2net.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 129, in test_geturl
>     open_url = urllib2.urlopen(URL)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ======================================================================
> ERROR: test_info (test.test_urllib2net.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 116, in test_info
>     open_url = urllib2.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ======================================================================
> ERROR: test_range (test.test_urllib2net.OtherNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 160, in test_range
>     result = urllib2.urlopen(req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ======================================================================
> ERROR: test_close (test.test_urllib2net.CloseSocketTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 76, in test_close
>     response = urllib2.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ----------------------------------------------------------------------
> Ran 11 tests in 41.318s
> 
> FAILED (errors=6)
> test test_urllib2net failed -- errors occurred; run in verbose mode for 
> details
> Re-running test 'test_urllibnet' in verbose mode
> testURLread (test.test_urllibnet.URLTimeoutTest) ... ERROR
> test_bad_address (test.test_urllibnet.urlopenNetworkTests) ... ok
> test_basic (test.test_urllibnet.urlopenNetworkTests) ... ERROR
> test_fileno (test.test_urllibnet.urlopenNetworkTests) ... ERROR
> test_geturl (test.test_urllibnet.urlopenNetworkTests) ... ERROR
> test_info (test.test_urllibnet.urlopenNetworkTests) ... ERROR
> test_readlines (test.test_urllibnet.urlopenNetworkTests) ... ERROR
> test_basic (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR
> test_header (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR
> test_specified_path (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR
> 
> ======================================================================
> ERROR: testURLread (test.test_urllibnet.URLTimeoutTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 23, in testURLread
>     f = urllib.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_basic (test.test_urllibnet.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 43, in test_basic
>     open_url = urllib.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_fileno (test.test_urllibnet.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 93, in test_fileno
>     open_url = urllib.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_geturl (test.test_urllibnet.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 79, in test_geturl
>     open_url = urllib.urlopen(URL)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_info (test.test_urllibnet.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 66, in test_info
>     open_url = urllib.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_readlines (test.test_urllibnet.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 55, in test_readlines
>     open_url = urllib.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_basic (test.test_urllibnet.urlretrieveNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 120, in test_basic
>     file_location,info = urllib.urlretrieve("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_header (test.test_urllibnet.urlretrieveNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 146, in test_header
>     file_location, header = urllib.urlretrieve("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_specified_path (test.test_urllibnet.urlretrieveNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 134, in test_specified_path
>     test_support.TESTFN)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ----------------------------------------------------------------------
> Ran 10 tests in 27.810s
> 
> FAILED (errors=9)
> test test_urllibnet failed -- errors occurred; run in verbose mode for details
> make[1]: [test] Error 1 (ignored)
> ./python -E -tt ../Lib/test/regrtest.py -w -l -uall
> test_grammar
> test_opcodes
> test_operations
> test_builtin
> test_exceptions
> test_types
> test_unittest
> test_doctest
> test_doctest2
> test_MimeWriter
> test_StringIO
> test___all__
> test___future__
> test__locale
> test_aepack
> test_aepack skipped -- No module named aepack
> test_al
> test_al skipped -- No module named al
> test_anydbm
> test_applesingle
> test_applesingle skipped -- No module named macostools
> test_array
> test_ast
> test_asynchat
> 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_bsddb185
> test_bsddb185 skipped -- No module named bsddb185
> test_bsddb3
> test_bufio
> test_bz2
> test_cProfile
> test_cProfile skipped -- No module named pstats
> test_calendar
> test_call
> test_capi
> test_cd
> test_cd skipped -- No module named cd
> test_cfgparser
> test_cgi
> test_charmapcodec
> test_cl
> test_cl skipped -- No module named cl
> test_class
> test_cmath
> test_cmd_line
> test_code
> test_codeccallbacks
> test_codecencodings_cn
> test_codecencodings_hk
> test_codecencodings_jp
> test_codecencodings_kr
> test_codecencodings_tw
> test_codecmaps_cn
>       fetching http://people.freebsd.org/~perky/i18n/EUC-CN.TXT ...
> test test_codecmaps_cn crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (101, 'Network is unreachable')
> test_codecmaps_hk
>       fetching http://people.freebsd.org/~perky/i18n/BIG5HKSCS.TXT ...
> test test_codecmaps_hk crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (101, 'Network is unreachable')
> test_codecmaps_jp
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT ...
> test test_codecmaps_jp crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> test_codecmaps_kr
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP949.TXT ...
> test test_codecmaps_kr crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> test_codecmaps_tw
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT ...
> test test_codecmaps_tw crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> test_codecs
> test_codeop
> test_coding
> test_coercion
> test_colorsys
> test_commands
> test_compare
> test_compile
> test_compiler
> test_complex
> test_complex_args
> test_contains
> test_contextlib
> test_cookie
> test_cookielib
> test_copy
> test_copy_reg
> test_cpickle
> test_crypt
> test_csv
> test_ctypes
>       find_library('c') ->  libc.so.6
>       find_library('m') ->  libm.so.6
> test_curses
> test_curses skipped -- $TERM=None, calling initscr() may cause exit
> test_datetime
> test_dbm
> test_decimal
> test_decorators
> test_defaultdict
> test_deque
> test_descr
> test_descrtut
> test_dict
> test_difflib
> test_dircache
> test_dis
> test_distutils
> test_dl
> test_dl skipped -- No module named dl
> test_dumbdbm
> test_dummy_thread
> test_dummy_threading
> test_email
> test_email_codecs
> test_email_renamed
> test_enumerate
> test_eof
> test_errno
> test_exception_variations
> test_extcall
> test_fcntl
> test_file
> test test_file failed -- Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_file.py",
>  line 138, in testStdin
>     self.assertRaises(IOError, sys.stdin.seek, -1)
> AssertionError: IOError not raised
> 
> test_filecmp
> test_fileinput
> test_float
> test_fnmatch
> test_fork1
> test_format
> test_fpformat
> test_frozen
> test_funcattrs
> test_functools
> test_future
> test_gc
> test_gdbm
> test_generators
> /build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_generators.py:1:
>  DeprecationWarning: raising string exceptions is deprecated
>   tutorial_tests = """
> test_genexps
> test_getargs
> test_getargs2
> test_getopt
> test_gettext
> test_gl
> test_gl skipped -- No module named gl
> test_glob
> test_global
> test_grp
> test_gzip
> test_hash
> test_hashlib
> test_heapq
> test_hexoct
> test_hmac
> test_hotshot
> test_htmllib
> test_htmlparser
> test_httplib
> test_imageop
> test_imageop skipped -- No module named imageop
> test_imaplib
> test_imgfile
> test_imgfile skipped -- No module named imgfile
> test_imp
> test_import
> test_importhooks
> test_index
> test_inspect
> test_ioctl
> test_ioctl skipped -- Unable to open /dev/tty
> test_isinstance
> test_iter
> test_iterlen
> test_itertools
> test_largefile
> test_linuxaudiodev
> test_linuxaudiodev skipped -- (2, 'No such file or directory', '/dev/dsp')
> test_list
> test_locale
> test_logging
> test_long
> test_long_future
> test_longexp
> test_macfs
> test_macfs skipped -- No module named macfs
> test_macostools
> test_macostools skipped -- No module named macostools
> test_macpath
> test_mailbox
> test_marshal
> test_math
> test_md5
> test_mhlib
> test_mimetools
> test_mimetypes
> test_minidom
> test_mmap
> test_module
> test_multibytecodec
> test_multibytecodec_support
> test_multifile
> test_mutants
> test_netrc
> test_new
> test_nis
> test_nis skipped -- Local domain name not set
> test_normalization
>       fetching http://www.unicode.org/Public/4.1.0/ucd/NormalizationTest.txt 
> ...
> test test_normalization crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> test_ntpath
> test_old_mailbox
> test_openpty
> test_operator
> test_optparse
> test_os
> test_ossaudiodev
> test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp'
> test_parser
> test_peepholer
> test_pep247
> test_pep263
> test_pep277
> test_pep277 skipped -- test works only on NT+
> test_pep292
> test_pep352
> test_pickle
> test_pickletools
> test_pkg
> test_pkgimport
> test_platform
> test_plistlib
> test_plistlib skipped -- No module named plistlib
> test_poll
> test_popen
> test_popen2
> test_posix
> test_posixpath
> test_pow
> test_pprint
> test_profile
> test_profile skipped -- No module named profile
> test_profilehooks
> test_pty
> test_pwd
> test_pyclbr
> test_pyexpat
> test_queue
> test_quopri
> test_random
> test_re
> test_repr
> test_resource
> test_rfc822
> test_rgbimg
> test_rgbimg skipped -- No module named rgbimg
> test_richcmp
> test_robotparser
> test_runpy
> test_sax
> test_scope
> test_scriptpackages
> test_scriptpackages skipped -- No module named aetools
> test_select
> test_set
> test_sets
> test_sgmllib
> test_sha
> test_shelve
> test_shlex
> test_shutil
> test_signal
> test test_signal crashed -- <type 'exceptions.NameError'>: name 'unittest' is 
> not defined
> test_site
> test_slice
> test_socket
> test_socket_ssl
> test test_socket_ssl crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> test_socketserver
> test_softspace
> test_sort
> test_sqlite
> test_startfile
> test_startfile skipped -- cannot import name startfile
> test_str
> test_strftime
> test_string
> test_stringprep
> test_strop
> test_strptime
> test_struct
> test_structmembers
> test_structseq
> test_subprocess
> .
>     this bit of output is from a test of stdout in a different process ...
> test_sunaudiodev
> test_sunaudiodev skipped -- No module named sunaudiodev
> test_sundry
> test_symtable
> test_syntax
> test_sys
> test_tarfile
> test_tcl
> test_tempfile
> test_textwrap
> test_thread
> test_threaded_import
> test_threadedtempfile
> test_threading
> test_threading_local
> test_threadsignals
> test_time
> test_timeout
> test test_timeout failed -- Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_timeout.py",
>  line 133, in testRecvTimeout
>     self.sock.connect(self.addr_remote)
>   File "<string>", line 1, in connect
> error: (111, 'Connection refused')
> 
> test_tokenize
> test_trace
> test_traceback
> test_transformer
> test_tuple
> test_ucn
> test_unary
> test_unicode
> test_unicode_file
> test_unicode_file skipped -- No Unicode filesystem semantics on this platform.
> test_unicodedata
> test_univnewlines
> test_unpack
> test_urllib
> test_urllib2
> test_urllib2_localnet
> test_urllib2net
> test test_urllib2net failed -- errors occurred; run in verbose mode for 
> details
> test_urllibnet
> test test_urllibnet failed -- errors occurred; run in verbose mode for details
> test_urlparse
> test_userdict
> test_userlist
> test_userstring
> test_uu
> 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_wait3
> test_wait4
> test_warnings
> test_wave
> test_weakref
> test_whichdb
> test_winreg
> test_winreg skipped -- No module named _winreg
> test_winsound
> test_winsound skipped -- No module named winsound
> test_with
> test_wsgiref
> test_xdrlib
> test_xml_etree
> test_xml_etree_c
> test_xmllib
> test_xmlrpc
> test_xpickle
> test_xrange
> test_zipfile
> /build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/zipfile.py:714:
>  DeprecationWarning: 'L' format requires 0 <= number <= 4294967295
>   0, 0, count, count, pos2 - pos1, -1, 0)
> /build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/zipfile.py:691:
>  DeprecationWarning: 'L' format requires 0 <= number <= 4294967295
>   header_offset)
> test_zipfile64
> test_zipfile64 skipped -- test requires loads of disk-space bytes and a long 
> time to run
> test_zipimport
> test_zlib
> 281 tests OK.
> 12 tests failed:
>     test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp
>     test_codecmaps_kr test_codecmaps_tw test_file test_normalization
>     test_signal test_socket_ssl test_timeout test_urllib2net
>     test_urllibnet
> 29 tests skipped:
>     test_aepack test_al test_applesingle test_bsddb185 test_cProfile
>     test_cd test_cl test_curses test_dl test_gl test_imageop
>     test_imgfile test_ioctl test_linuxaudiodev test_macfs
>     test_macostools test_nis test_ossaudiodev test_pep277
>     test_plistlib test_profile test_rgbimg test_scriptpackages
>     test_startfile test_sunaudiodev test_unicode_file test_winreg
>     test_winsound test_zipfile64
> 3 skips unexpected on linux2:
>     test_cProfile test_profile test_ioctl
> Re-running failed tests in verbose mode
> Re-running test 'test_codecmaps_cn' in verbose mode
>       fetching http://people.freebsd.org/~perky/i18n/EUC-CN.TXT ...
> test test_codecmaps_cn crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (101, 'Network is unreachable')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_codecmaps_cn.py",
>  line 31, in test_main
>     suite.addTest(unittest.makeSuite(TestGB2312Map))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 602, in makeSuite
>     return _makeLoader(prefix, sortUsing, 
> suiteClass).loadTestsFromTestCase(testCaseClass)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 507, in loadTestsFromTestCase
>     return self.suiteClass(map(testCaseClass, testCaseNames))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 269, in __init__
>     self.open_mapping_file() # test it to report the error early
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 272, in open_mapping_file
>     return test_support.open_urlresource(self.mapfileurl)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> Re-running test 'test_codecmaps_hk' in verbose mode
>       fetching http://people.freebsd.org/~perky/i18n/BIG5HKSCS.TXT ...
> test test_codecmaps_hk crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (101, 'Network is unreachable')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_codecmaps_hk.py",
>  line 18, in test_main
>     suite.addTest(unittest.makeSuite(TestBig5HKSCSMap))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 602, in makeSuite
>     return _makeLoader(prefix, sortUsing, 
> suiteClass).loadTestsFromTestCase(testCaseClass)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 507, in loadTestsFromTestCase
>     return self.suiteClass(map(testCaseClass, testCaseNames))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 269, in __init__
>     self.open_mapping_file() # test it to report the error early
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 272, in open_mapping_file
>     return test_support.open_urlresource(self.mapfileurl)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> Re-running test 'test_codecmaps_jp' in verbose mode
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT ...
> test test_codecmaps_jp crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_codecmaps_jp.py",
>  line 65, in test_main
>     suite.addTest(unittest.makeSuite(TestCP932Map))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 602, in makeSuite
>     return _makeLoader(prefix, sortUsing, 
> suiteClass).loadTestsFromTestCase(testCaseClass)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 507, in loadTestsFromTestCase
>     return self.suiteClass(map(testCaseClass, testCaseNames))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 269, in __init__
>     self.open_mapping_file() # test it to report the error early
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 272, in open_mapping_file
>     return test_support.open_urlresource(self.mapfileurl)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (111, 'Connection refused')
> Re-running test 'test_codecmaps_kr' in verbose mode
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP949.TXT ...
> test test_codecmaps_kr crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_codecmaps_kr.py",
>  line 38, in test_main
>     suite.addTest(unittest.makeSuite(TestCP949Map))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 602, in makeSuite
>     return _makeLoader(prefix, sortUsing, 
> suiteClass).loadTestsFromTestCase(testCaseClass)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 507, in loadTestsFromTestCase
>     return self.suiteClass(map(testCaseClass, testCaseNames))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 269, in __init__
>     self.open_mapping_file() # test it to report the error early
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 272, in open_mapping_file
>     return test_support.open_urlresource(self.mapfileurl)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (111, 'Connection refused')
> Re-running test 'test_codecmaps_tw' in verbose mode
>       fetching 
> http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/OTHER/BIG5.TXT ...
> test test_codecmaps_tw crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_codecmaps_tw.py",
>  line 29, in test_main
>     suite.addTest(unittest.makeSuite(TestBIG5Map))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 602, in makeSuite
>     return _makeLoader(prefix, sortUsing, 
> suiteClass).loadTestsFromTestCase(testCaseClass)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/unittest.py",
>  line 507, in loadTestsFromTestCase
>     return self.suiteClass(map(testCaseClass, testCaseNames))
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 269, in __init__
>     self.open_mapping_file() # test it to report the error early
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_multibytecodec_support.py",
>  line 272, in open_mapping_file
>     return test_support.open_urlresource(self.mapfileurl)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (111, 'Connection refused')
> Re-running test 'test_file' in verbose mode
> testAttributes (test.test_file.AutoFileTests) ... ok
> testErrors (test.test_file.AutoFileTests) ... ok
> testMethods (test.test_file.AutoFileTests) ... ok
> testReadWhenWriting (test.test_file.AutoFileTests) ... ok
> testReadinto (test.test_file.AutoFileTests) ... ok
> testRepr (test.test_file.AutoFileTests) ... ok
> testWeakRefs (test.test_file.AutoFileTests) ... ok
> testWritelinesIntegers (test.test_file.AutoFileTests) ... ok
> testWritelinesIntegersUserList (test.test_file.AutoFileTests) ... ok
> testWritelinesNonString (test.test_file.AutoFileTests) ... ok
> testWritelinesUserList (test.test_file.AutoFileTests) ... ok
> testBadModeArgument (test.test_file.OtherFileTests) ... ok
> testIteration (test.test_file.OtherFileTests) ... ok
> testModeStrings (test.test_file.OtherFileTests) ... ok
> testSetBufferSize (test.test_file.OtherFileTests) ... ok
> testStdin (test.test_file.OtherFileTests) ... FAIL
> testTruncateOnWindows (test.test_file.OtherFileTests) ... ok
> testUnicodeOpen (test.test_file.OtherFileTests) ... ok
> test_del_stdout_before_print (test.test_file.StdoutTests) ... ok
> test_move_stdout_on_write (test.test_file.StdoutTests) ... ok
> 
> ======================================================================
> FAIL: testStdin (test.test_file.OtherFileTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_file.py",
>  line 138, in testStdin
>     self.assertRaises(IOError, sys.stdin.seek, -1)
> AssertionError: IOError not raised
> 
> ----------------------------------------------------------------------
> Ran 20 tests in 0.003s
> 
> FAILED (failures=1)
> test test_file failed -- Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_file.py",
>  line 138, in testStdin
>     self.assertRaises(IOError, sys.stdin.seek, -1)
> AssertionError: IOError not raised
> 
> Re-running test 'test_normalization' in verbose mode
>       fetching http://www.unicode.org/Public/4.1.0/ucd/NormalizationTest.txt 
> ...
> test test_normalization crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_normalization.py",
>  line 34, in test_main
>     for line in open_urlresource(TESTDATAURL):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_support.py",
>  line 280, in open_urlresource
>     fn, _ = urllib.urlretrieve(url, filename)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (111, 'Connection refused')
> Re-running test 'test_signal' in verbose mode
> + sleep 2
> + kill -HUP 18865
> + sleep 2
> + kill -USR1 18865
> + sleep 2
> + kill -USR2 18865
> test runner's pid is 18865
> starting pause() loop...
> call pause()...
> handlerA invoked (1, <frame object at 0x3b29110>)
> pause() returned
> call pause()...
> handlerB invoked (10, <frame object at 0x3b29110>)
> HandlerBCalled exception caught
> call pause()...
> KeyboardInterrupt (the alarm() went off)
> test test_signal crashed -- <type 'exceptions.NameError'>: name 'unittest' is 
> not defined
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 549, in runtest_inner
>     the_package = __import__(abstest, globals(), locals(), [])
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_signal.py",
>  line 169, in <module>
>     class WakeupSignalTests(unittest.TestCase):
> NameError: name 'unittest' is not defined
> Re-running test 'test_socket_ssl' in verbose mode
> test_rude_shutdown ...
> test_basic ...
> test test_socket_ssl crashed -- <type 'exceptions.IOError'>: [Errno socket 
> error] (111, 'Connection refused')
> Traceback (most recent call last):
>   File "../Lib/test/regrtest.py", line 557, in runtest_inner
>     indirect_test()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_socket_ssl.py",
>  line 127, in test_main
>     test_basic()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_socket_ssl.py",
>  line 31, in test_basic
>     f = urllib.urlopen('https://sf.net')
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 416, in open_https
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 1134, in connect
>     sock.connect((self.host, self.port))
>   File "<string>", line 1, in connect
> IOError: [Errno socket error] (111, 'Connection refused')
> Re-running test 'test_timeout' in verbose mode
> testBlockingThenTimeout (test.test_timeout.CreationTestCase) ... ok
> testFloatReturnValue (test.test_timeout.CreationTestCase) ... ok
> testObjectCreation (test.test_timeout.CreationTestCase) ... ok
> testRangeCheck (test.test_timeout.CreationTestCase) ... ok
> testReturnType (test.test_timeout.CreationTestCase) ... ok
> testTimeoutThenBlocking (test.test_timeout.CreationTestCase) ... ok
> testTypeCheck (test.test_timeout.CreationTestCase) ... ok
> testAcceptTimeout (test.test_timeout.TimeoutTestCase) ... ok
> testConnectTimeout (test.test_timeout.TimeoutTestCase) ... ok
> testRecvTimeout (test.test_timeout.TimeoutTestCase) ... ERROR
> testRecvfromTimeout (test.test_timeout.TimeoutTestCase) ... ok
> testSend (test.test_timeout.TimeoutTestCase) ... ok
> testSendall (test.test_timeout.TimeoutTestCase) ... ok
> testSendto (test.test_timeout.TimeoutTestCase) ... ok
> 
> ======================================================================
> ERROR: testRecvTimeout (test.test_timeout.TimeoutTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_timeout.py",
>  line 133, in testRecvTimeout
>     self.sock.connect(self.addr_remote)
>   File "<string>", line 1, in connect
> error: (111, 'Connection refused')
> 
> ----------------------------------------------------------------------
> Ran 14 tests in 7.154s
> 
> FAILED (errors=1)
> test test_timeout failed -- Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_timeout.py",
>  line 133, in testRecvTimeout
>     self.sock.connect(self.addr_remote)
>   File "<string>", line 1, in connect
> error: (111, 'Connection refused')
> 
> Re-running test 'test_urllib2net' in verbose mode
> testURLread (test.test_urllib2net.URLTimeoutTest) ... ERROR
> test_bad_address (test.test_urllib2net.urlopenNetworkTests) ... ok
> test_basic (test.test_urllib2net.urlopenNetworkTests) ... ERROR
> test_geturl (test.test_urllib2net.urlopenNetworkTests) ... ERROR
> test_info (test.test_urllib2net.urlopenNetworkTests) ... ERROR
> test_file (test.test_urllib2net.OtherNetworkTests) ... ok
> test_ftp (test.test_urllib2net.OtherNetworkTests) ... ok
> test_gopher (test.test_urllib2net.OtherNetworkTests) ... ok
> test_http (test.test_urllib2net.OtherNetworkTests) ... ok
> test_range (test.test_urllib2net.OtherNetworkTests) ... ERROR
> test_close (test.test_urllib2net.CloseSocketTest) ... ERROR
> 
> ======================================================================
> ERROR: testURLread (test.test_urllib2net.URLTimeoutTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 24, in testURLread
>     f = urllib2.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ======================================================================
> ERROR: test_basic (test.test_urllib2net.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 105, in test_basic
>     open_url = urllib2.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ======================================================================
> ERROR: test_geturl (test.test_urllib2net.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 129, in test_geturl
>     open_url = urllib2.urlopen(URL)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ======================================================================
> ERROR: test_info (test.test_urllib2net.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 116, in test_info
>     open_url = urllib2.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ======================================================================
> ERROR: test_range (test.test_urllib2net.OtherNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 160, in test_range
>     result = urllib2.urlopen(req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ======================================================================
> ERROR: test_close (test.test_urllib2net.CloseSocketTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllib2net.py",
>  line 76, in test_close
>     response = urllib2.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 124, in urlopen
>     return _opener.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 381, in open
>     response = self._open(req, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 399, in _open
>     '_open', req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 360, in _call_chain
>     result = func(*args)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1107, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib2.py", 
> line 1082, in do_open
>     raise URLError(err)
> URLError: <urlopen error (101, 'Network is unreachable')>
> 
> ----------------------------------------------------------------------
> Ran 11 tests in 41.391s
> 
> FAILED (errors=6)
> test test_urllib2net failed -- errors occurred; run in verbose mode for 
> details
> Re-running test 'test_urllibnet' in verbose mode
> testURLread (test.test_urllibnet.URLTimeoutTest) ... ERROR
> test_bad_address (test.test_urllibnet.urlopenNetworkTests) ... ok
> test_basic (test.test_urllibnet.urlopenNetworkTests) ... ERROR
> test_fileno (test.test_urllibnet.urlopenNetworkTests) ... ERROR
> test_geturl (test.test_urllibnet.urlopenNetworkTests) ... ERROR
> test_info (test.test_urllibnet.urlopenNetworkTests) ... ERROR
> test_readlines (test.test_urllibnet.urlopenNetworkTests) ... ERROR
> test_basic (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR
> test_header (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR
> test_specified_path (test.test_urllibnet.urlretrieveNetworkTests) ... ERROR
> 
> ======================================================================
> ERROR: testURLread (test.test_urllibnet.URLTimeoutTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 23, in testURLread
>     f = urllib.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_basic (test.test_urllibnet.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 43, in test_basic
>     open_url = urllib.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_fileno (test.test_urllibnet.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 93, in test_fileno
>     open_url = urllib.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_geturl (test.test_urllibnet.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 79, in test_geturl
>     open_url = urllib.urlopen(URL)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_info (test.test_urllibnet.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 66, in test_info
>     open_url = urllib.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_readlines (test.test_urllibnet.urlopenNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 55, in test_readlines
>     open_url = urllib.urlopen("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 82, in urlopen
>     return opener.open(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_basic (test.test_urllibnet.urlretrieveNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 120, in test_basic
>     file_location,info = urllib.urlretrieve("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_header (test.test_urllibnet.urlretrieveNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 146, in test_header
>     file_location, header = urllib.urlretrieve("http://www.python.org/";)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ======================================================================
> ERROR: test_specified_path (test.test_urllibnet.urlretrieveNetworkTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/test/test_urllibnet.py",
>  line 134, in test_specified_path
>     test_support.TESTFN)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 89, in urlretrieve
>     return _urlopener.retrieve(url, filename, reporthook, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 222, in retrieve
>     fp = self.open(url, data)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 190, in open
>     return getattr(self, name)(url)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/urllib.py", 
> line 325, in open_http
>     h.endheaders()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 860, in endheaders
>     self._send_output()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 732, in _send_output
>     self.send(msg)
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 699, in send
>     self.connect()
>   File 
> "/build/user-python2.5_2.5.5-11-amd64-uCHadZ/python2.5-2.5.5/Lib/httplib.py", 
> line 683, in connect
>     raise socket.error, msg
> IOError: [Errno socket error] (101, 'Network is unreachable')
> 
> ----------------------------------------------------------------------
> Ran 10 tests in 27.838s
> 
> FAILED (errors=9)
> test test_urllibnet failed -- errors occurred; run in verbose mode for details
> make[1]: *** [test] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/02/21/python2.5_2.5.5-11_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
This bug has been reported against an ancient version of
python (2.5/3.1), that was last released with Debian 6.0 (squeeze). But
even squeeze-lts has now reached end-of-life and is no longer supported.
The bug is assumed to be fixed (or no longer relevant) in newer python
releases and therefore I'm closing this report now. If the problem is
still reproducible in the currently supported versions (python2.7,
python3.5/python3.6), feel free to provide more information, reopen
and reassign this bug report.


Andreas

--- End Message ---

Reply via email to