Your message dated Tue, 30 Nov 2010 16:51:06 +0100
with message-id <4cf51d6a.3030...@debian.org>
and subject line Re: Bug#600659: python3.2: FTBFS: test_asynchat not 
terminating within 150 mins
has caused the Debian Bug report #600659,
regarding python3.2: FTBFS: test_asynchat not terminating within 150 mins
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 ow...@bugs.debian.org
immediately.)


-- 
600659: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600659
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python3.2
Version: 3.2~a3-2
Severity: serious

Buildlog at the usual places.  Fails on both i386 and ppc in the same way.

https://buildd.debian.org/fetch.cgi?pkg=python3.2&arch=powerpc&ver=3.2~a3-2&stamp=1287439577&file=log&as=raw
https://buildd.debian.org/fetch.cgi?pkg=python3.2&arch=i386&ver=3.2~a3-2&stamp=1287438725&file=log&as=raw

> 
> sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on biber.debian.org
> 
> ╔══════════════════════════════════════════════════════════════════════════════╗
> ║ python3.2 3.2~a3-2 (i386)                                  18 Oct 2010 
> 19:09 ║
> ╚══════════════════════════════════════════════════════════════════════════════╝
[...]
> DEB_BUILD_GNU_TYPE=i486-linux-gnu
> DEB_HOST_ARCH_CPU=i386
> FFLAGS=-g -O2
> ========================================
> BEGIN test static
> time \
>         
> LOCPATH=/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/locales 
> \
>         /usr/bin/make -C 
> /build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/build-static 
> test \
>           TESTOPTS="-j 4 -w -uall,-network,-urlfetch -x test_codecmaps_cn 
> test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw 
> test_cprofile test_linuxaudiodev test_normalization test_ossaudiodev 
> test_profile test_pstats test_tcl" 2>&1 \
>           | tee 
> /build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/build-static/test_results
> make[1]: Entering directory 
> `/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/build-static'
> gcc -pthread -c  -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -O2 -g 
> -O2  -I. -IInclude -I../Include    -DPy_BUILD_CORE -o Python/ast.o 
> ../Python/ast.c
> gcc -pthread -c  -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -O2 -g 
> -O2  -I. -IInclude -I../Include    -DPy_BUILD_CORE -o Python/compile.o 
> ../Python/compile.c
> gcc -pthread -c  -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -O2 -g 
> -O2  -I. -IInclude -I../Include    -DPy_BUILD_CORE -o Python/graminit.o 
> ../Python/graminit.c
> gcc -pthread -c  -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -O2 -g 
> -O2  -I. -IInclude -I../Include    -DPy_BUILD_CORE -o Python/symtable.o 
> ../Python/symtable.c
> gcc -pthread -c  -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -O2 -g 
> -O2  -I. -IInclude -I../Include    -DPy_BUILD_CORE -DSVNVERSION="\"`LC_ALL=C 
> echo Unversioned directory`\"" -o Modules/getbuildinfo.o 
> ../Modules/getbuildinfo.c
> rm -f libpython3.2mu.a
> ar rc libpython3.2mu.a Modules/getbuildinfo.o
> ar rc libpython3.2mu.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 rc libpython3.2mu.a Objects/abstract.o Objects/boolobject.o 
> Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o 
> Objects/cellobject.o Objects/classobject.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/iterobject.o Objects/listobject.o Objects/longobject.o 
> Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o 
> Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o 
> Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o 
> Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o 
> Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o
> ar rc libpython3.2mu.a Python/_warnings.o Python/Python-ast.o Python/asdl.o 
> Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o 
> Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozen.o 
> Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o 
> Python/getcopyright.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/peephole.o 
> Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o 
> Python/pystate.o Python/pythonrun.o Python/pytime.o Python/structmember.o 
> Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o 
> Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o 
> Python/fileutils.o Python/dynload_shlib.o   Python/thread.o
> ar rc libpython3.2mu.a Modules/config.o Modules/getpath.o Modules/main.o 
> Modules/gcmodule.o 
> ar rc libpython3.2mu.a Modules/_threadmodule.o  Modules/signalmodule.o  
> Modules/arraymodule.o  Modules/mathmodule.o Modules/_math.o  
> Modules/_struct.o  Modules/timemodule.o Modules/_time.o  
> Modules/_randommodule.o  Modules/atexitmodule.o  Modules/_elementtree.o  
> Modules/_pickle.o  Modules/_datetimemodule.o  Modules/_bisectmodule.o  
> Modules/_heapqmodule.o  Modules/unicodedata.o  Modules/fcntlmodule.o  
> Modules/spwdmodule.o  Modules/grpmodule.o  Modules/selectmodule.o  
> Modules/socketmodule.o  Modules/_ssl.o  Modules/_posixsubprocess.o  
> Modules/_hashopenssl.o  Modules/syslogmodule.o  Modules/binascii.o  
> Modules/_ctypes.o Modules/callbacks.o Modules/callproc.o Modules/stgdict.o 
> Modules/cfield.o Modules/malloc_closure.o  Modules/zlibmodule.o  
> Modules/pyexpat.o  Modules/posixmodule.o  Modules/errnomodule.o  
> Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  
> Modules/_weakref.o  Modules/_functoolsmodule.o  Modules/operator.o  
> Modules/_collectionsmodule.o  Modules/itertoolsmodule.o  
> Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o 
> Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o 
> Modules/stringio.o  Modules/zipimport.o  Modules/symtablemodule.o  
> Modules/xxsubtype.o
> ranlib libpython3.2mu.a
> gcc -pthread   -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -o 
> python Modules/python.o libpython3.2mu.a -lpthread -ldl  -lutil -lssl 
> -lcrypto   -lssl -lcrypto    -Wl,-Bstatic -lffi -Wl,-Bdynamic  -L/usr/lib -lz 
>  -lexpat                 -lm  
> building dbm using bdb
> 
> Python build finished, but the necessary bits to build these modules were not 
> found:
> _gdbm                                                 
> To find the necessary bits, look in setup.py in detect_modules() for the 
> module's name.
> 
> ./python -E -c 'import sys ; from sysconfig import get_platform ; 
> print(get_platform()+"-"+sys.version[0:3])' >platform
> find ../Lib -name '*.py[co]' -print | xargs rm -f
> ./python -Wd -E -bb  ../Lib/test/regrtest.py -j 4 -w -uall,-network,-urlfetch 
> -x test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr 
> test_codecmaps_tw test_cprofile test_linuxaudiodev test_normalization 
> test_ossaudiodev test_profile test_pstats test_tcl
> 
>  Warning: os.path.expanduser("~") points to
>  /home/buildd,
>  but the path does not exist.
> Exception in thread Thread-1:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 478, in run
>     self._target(*self._args, **self._kwargs)
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asyncore.py",
>  line 69, in capture_server
>     conn, addr = serv.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-2:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 478, in run
>     self._target(*self._args, **self._kwargs)
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asyncore.py",
>  line 69, in capture_server
>     conn, addr = serv.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> test test_asyncore failed -- multiple errors occurred; run in verbose mode 
> for details
> test test_docxmlrpc failed -- multiple errors occurred; run in verbose mode 
> for details
> test test_distutils failed -- Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/distutils/tests/test_build.py",
>  line 24, in test_finalize_options
>     self.assertEquals(cmd.build_purelib, wanted)
> AssertionError: 'build/lib.linux-i686-3.2' != 'build/lib'
> - build/lib.linux-i686-3.2
> + build/lib
> test test_epoll failed -- multiple errors occurred; run in verbose mode for 
> details
> Exception in thread Thread-1:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-2:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-3:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-4:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-5:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-6:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-7:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-8:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-9:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-10:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-11:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-12:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-13:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-14:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-15:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-16:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-17:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-18:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-19:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Exception in thread Thread-20:
> Traceback (most recent call last):
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/threading.py",
>  line 525, in _bootstrap_inner
>     self.run()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/test/test_asynchat.py",
>  line 37, in run
>     conn, client = self.sock.accept()
>   File 
> "/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ/python3.2-3.2~a3/Lib/socket.py",
>  line 132, in accept
>     fd, addr = self._accept()
> socket.error: [Errno 38] Function not implemented
> 
> Warning -- asyncore.socket_map was modified by test_asynchat
> E: Caught signal 'Terminated': terminating immediately
> make: *** [stamps/stamp-check] Terminated
> test test_asynchat failed -- multiple errors occurred; run in verbose mode 
> for detailsBuild killed with signal TERM after 150 minutes of inactivity
> ────────────────────────────────────────────────────────────────────────────────
> Build finished at 20101018-2152
> FAILED [dpkg-buildpackage died]
> ────────────────────────────────────────────────────────────────────────────────
> Purging 
> /var/lib/schroot/mount/sid-experimental-i386-sbuild-64f15807-a284-4791-9b07-155f59e8cdc0/build/buildd-python3.2_3.2~a3-2-i386-2kpriJ
> Not removing build depends: cloned chroot in use
> ────────────────────────────────────────────────────────────────────────────────
> Finished at 20101018-2152
> Build needed 02:42:54, 219416k disc space

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
current packages build ok:
https://buildd.debian.org/status/package.php?p=python3.2&suite=experimental


--- End Message ---

Reply via email to