[Twisted-Python] 1.0.0rc3 test errors

Eric Mangold ericmangold at myrealbox.com
Sat Oct 19 22:51:51 EDT 2002


Attached are the 'build' and 'install' logs. The output of 'runtests' is 
below, with my comments at the end. This is on openbsd-3.1.

server% admin/runtests
reactor class: twisted.internet.default.SelectReactor
No module named _tkinter
Falling back to text mode.
...........................................................................................................EE................................................................E.............................................E..........................................EE.........................................
======================================================================
ERROR: testFailedRETR (twisted.test.test_ftp.FTPClientTests)
----------------------------------------------------------------------
======================================================================
ERROR: testFailedRETR (twisted.test.test_ftp.FTPClientTests)
----------------------------------------------------------------------
======================================================================
ERROR: testServer (twisted.test.test_names.ServerDNSTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./twisted/test/test_names.py", line 53, in testServer
    p.startListening()
  File "./twisted/internet/udp.py", line 184, in startListening
    skt.bind( (self.interface ,self.port) )
error: (48, 'Address already in use')
======================================================================
ERROR: testNormalTermination 
(twisted.test.test_process.PosixProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./twisted/test/test_process.py", line 206, in testNormalTermination
    p.reason.trap(error.ProcessDone)
  File "./twisted/python/failure.py", line 230, in trap
    raise self
Failure: [Failure instance: Traceback! 
twisted.internet.error.ProcessTerminated, process ended with exit code 1
]
======================================================================
ERROR: testUserFail (twisted.test.test_tcp.ConnectorTestCase)
----------------------------------------------------------------------
======================================================================
ERROR: testUserFail (twisted.test.test_tcp.ConnectorTestCase)
----------------------------------------------------------------------
----------------------------------------------------------------------
Ran 303 tests in 83.449s

FAILED (errors=6)

I don't know about the others, but the ServerDNSTestCase seems really 
odd. According to
 the test source it's trying to listen on udp/2053. That port isn't in use:

server% netstat -a | grep LISTEN
tcp        0      0  *.3128                 *.*                    LISTEN
tcp        0      0  *.netbios-             *.*                    LISTEN
tcp        0      0  *.rsync                *.*                    LISTEN
tcp        0      0  *.ssh                  *.*                    LISTEN
tcp        0      0  *.ftp-prox             *.*                    LISTEN
tcp        0      0  *.swat                 *.*                    LISTEN
tcp        0      0  *.ftp                  *.*                    LISTEN
tcp        0      0  *.www                  *.*                    LISTEN
tcp        0      0  *.auth                 *.*                    LISTEN
tcp6       0      0  *.ssh                  *.*                    LISTEN

Let me know if you all need more info!

-Eric (teratorn)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: setup_build.log.gz
Type: application/x-gzip
Size: 2916 bytes
Desc: not available
Url : http://twistedmatrix.com/pipermail/twisted-python/attachments/20021019/d94aeefa/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setup_install.log.gz
Type: application/x-gzip
Size: 7251 bytes
Desc: not available
Url : http://twistedmatrix.com/pipermail/twisted-python/attachments/20021019/d94aeefa/attachment-0001.bin 


More information about the Twisted-Python mailing list