Opened 15 years ago

Closed 10 years ago

#115 closed defect (fixed)

Test failures on lenny/armel

Reported by: Zandr Owned by:
Priority: major Milestone: undecided
Component: unknown Version: 0.3.0
Keywords: Cc:

Description (last modified by Brian Warner)

This is worse than I recall, but that might be due to timeouts caused by competing with a cryptopp compile on a very feeble host. :)

===============================================================================
[FAIL]: foolscap.test.test_logging.Publish.test_logpublisher

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_logging.py", line 527, in _check_observer
    self.failUnlessEqual(len(msgs), 8)
twisted.trial.unittest.FailTest: not equal:
a = 0
b = 8

===============================================================================
[FAIL]: foolscap.test.test_logging.Publish.test_logpublisher_catchup

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_logging.py", line 690, in _check_observer
    self.failUnless(len(msgs) >= 2, len(msgs))
twisted.trial.unittest.FailTest: 0
===============================================================================
[FAIL]: foolscap.test.test_negotiate.Crossfire.test4

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 563, in checkConnectedViaReverse
    self.tub2.getListeners()[0].getPortnum())
twisted.trial.unittest.FailTest: not equal:
a = 50230
b = 46998

===============================================================================
[FAIL]: foolscap.test.test_pb.TestService.testBadMethod

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_pb.py", line 648, in _testBadMethod_eb
    self.failUnlessEqual(f.type, Violation)
twisted.trial.unittest.FailTest: not equal:
a = <class 'foolscap.tokens.NegotiationError'>
b = <class 'foolscap.tokens.Violation'>

===============================================================================
[ERROR]: foolscap.test.test_gifts.Bad.test_tubid

Traceback (most recent call last):
Failure: foolscap.tokens.NegotiationError: no connection established within client timeout
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Crossfire.test4

Traceback (most recent call last):
Failure: foolscap.ipb.DeadReferenceError: Connection was lost
===============================================================================
[ERROR]: foolscap.test.test_pb.TestCallable.testFunction

Traceback (most recent call last):
Failure: foolscap.tokens.NegotiationError: no connection established within client timeout
===============================================================================
[ERROR]: foolscap.test.test_pb.TestCallable.testLogLocalFailure

Traceback (most recent call last):
Failure: foolscap.tokens.NegotiationError: no connection established within client timeout
===============================================================================
[ERROR]: foolscap.test.test_pb.TestCallable.testLogRemoteFailure

Traceback (most recent call last):
Failure: twisted.internet.defer.TimeoutError: <foolscap.test.test_pb.TestCallable testMethod=testLogRemoteFailure> (testLogRemoteFailure) still running at 2.0 secs
===============================================================================
[ERROR]: foolscap.test.test_pb.TestCallable.testLogRemoteFailure

Traceback (most recent call last):
Failure: foolscap.tokens.NegotiationError: no connection established within client timeout
===============================================================================
[ERROR]: foolscap.test.test_pb.TestService.testBadMethod2

Traceback (most recent call last):
Failure: twisted.internet.defer.TimeoutError: <foolscap.test.test_pb.TestService testMethod=testBadMethod2> (testBadMethod2) still running at 5.0 secs
-------------------------------------------------------------------------------
Ran 415 tests in 2312.232s

FAILED (skips=4, failures=4, errors=7, successes=403)

Change History (3)

comment:1 Changed 15 years ago by Zandr

I'm suspicious of the big run of [ERROR]s in this one. ;)

===============================================================================
[SKIPPED]: foolscap.test.test_banana.ThereAndBackAgain.test_boundMethod_newstyle

new-style classes still broken
===============================================================================
[SKIPPED]: foolscap.test.test_banana.ThereAndBackAgain.test_classMethod_newstyle

new-style classes still broken
===============================================================================
[SKIPPED]: foolscap.test.test_banana.ThereAndBackAgain.test_class_newstyle

new-style classes still broken
===============================================================================
[SKIPPED]: foolscap.test.test_banana.ThereAndBackAgain.test_instance_newstyle

new-style classes still broken
===============================================================================
[FAIL]: foolscap.test.test_logging.Publish.test_logpublisher_catchup

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_logging.py", line 690, in _check_observer
    self.failUnless(len(msgs) >= 2, len(msgs))
twisted.trial.unittest.FailTest: 0
===============================================================================
[FAIL]: foolscap.test.test_negotiate.Parallel.test2

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 414, in <lambda>
    "negotiation was abandoned in "
twisted.trial.unittest.FailTest: negotiation was abandoned in the wrong phase
not equal:
a = [1]
b = [0]

===============================================================================
[ERROR]: foolscap.test.test_negotiate.Parallel.test1

Traceback (most recent call last):
Failure: twisted.internet.defer.TimeoutError: <foolscap.test.test_negotiate.Parallel testMethod=test1> (test1) still running at 10.0 secs
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Parallel.test1

Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug)
<DelayedCall 12843568 [0.0817461013794s] called=0 cancelled=0 Negotiation.debug_fireTimer('connectionMade')>
<DelayedCall 7578408 [58.2797558308s] called=0 cancelled=0 TubConnector.connectionTimedOut()>
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Parallel.test1

Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
Selectables:
<<class 'twisted.internet.tcp.Port'> of foolscap.pb.Listener on 32997>
<<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 32997) at b6f090>
<Negotiation #0 on 32997>
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Parallel.test2

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Parallel.test3

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Parallel.test4

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Parallel.test5

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Replacement.testAncientClient

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Replacement.testAncientClientWorkaround

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Replacement.testBouncedClient

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Replacement.testBouncedClient_Reverse

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Replacement.testConnectionHintRace

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Replacement.testLostDecisionMessage_NewServer

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Replacement.testNATEntryDropped

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Replacement.testTwoLostDecisionMessages

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Replacement.testWeirdSeqnum

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Versus.testClientTimeout

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Versus.testNoConnection

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Versus.testServerTimeout

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Versus.testVersusHTTPClientAuthenticated

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Versus.testVersusHTTPClientUnauthenticated

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Versus.testVersusHTTPServerAuthenticated

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
===============================================================================
[ERROR]: foolscap.test.test_negotiate.Versus.testVersusHTTPServerUnauthenticated

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/foolscap-0.3.2-py2.5.egg/foolscap/test/test_negotiate.py", line 123, in _checkListeners
    self.failIf(pb.Listeners)
twisted.trial.unittest.FailTest: None
-------------------------------------------------------------------------------
Ran 415 tests in 1226.754s

FAILED (skips=4, failures=2, errors=23, successes=389)

real	20m39.241s
user	18m23.710s
sys	0m3.840s

comment:2 Changed 13 years ago by Zooko

We need a foolscap buildbot.

comment:3 Changed 10 years ago by Brian Warner

Description: modified (diff)
Resolution: fixed
Status: newclosed

this is ancient, lenny is no more, we've got a buildbot that's green. I feel pretty safe closing this one now :)

Note: See TracTickets for help on using tickets.