[Buildbot-devel] buildbot tests fail on "master"

Gary Poster gary.poster at canonical.com
Wed Jan 7 16:04:02 UTC 2009


I made a branch of Dustin's "master" for my latent slave work.  I ran
tests before starting work to make sure the tests were in a good state
for me.  They were not, as you can see below.

I'm running these tests on Ubuntu Intrepid, with Twisted 8.1.0 and bzr
1.10.

Some wild guesses, based on a quick scan, follow.  At least some of
these failures look like they refer to Mac-only bits.  Many others look
like fragile tests with bad ordering assumptions.  I have no idea why
the initial Perission denied traceback at the top occurs, nor why the
Bzr error at the bottom occurs.

Can anyone shed any light on this?  I'd prefer to start work with
passing tests, in a perfect world. ;-)

Gary

Test run output:

gary at gary-ubuntu:~/buildbot/buildbot$ trial buildbot.test
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/twisted/python/usage.py", line
241, in parseOptions
    self.postOptions()
  File "/usr/lib/python2.5/site-packages/twisted/scripts/trial.py", line
293, in postOptions
    self['reporter'] = self._loadReporterByName(self['reporter'])
  File "/usr/lib/python2.5/site-packages/twisted/scripts/trial.py", line
279, in _loadReporterByName
    for p in plugin.getPlugins(itrial.IReporter):
  File "/usr/lib/python2.5/site-packages/twisted/plugin.py", line 200,
in getPlugins
    allDropins = getCache(package)
--- <exception caught here> ---
  File "/usr/lib/python2.5/site-packages/twisted/plugin.py", line 179,
in getCache
    dropinPath.setContent(pickle.dumps(dropinDotCache))
  File "/usr/lib/python2.5/site-packages/twisted/python/filepath.py",
line 574, in setContent
    sib.open('w').write(content)
  File "/usr/lib/python2.5/site-packages/twisted/python/filepath.py",
line 384, in open
    return open(self.path, mode+'b')
exceptions.IOError: [Errno 13] Permission denied:
'/usr/lib/python2.5/site-packages/twisted/plugins/dropin.cache.new'
buildbot.test.test__versions
  Versions
    test_versions ...
[OK]
buildbot.test.test_bonsaipoller
  TestBonsaiPoller
    testBadUnparsedResult ...
[OK]
    testChangeNotSubmitted ...
[OK]
    testDuplicateFilesResult ...
[OK]
    testDuplicateLogResult ...
[OK]
    testFullyFormedResult ...
[OK]
    testInvalidDateResult ...
[OK]
    testMergeEmptyLogMsg ...
[OK]
    testMissingCiResult ...
[OK]
    testMissingFilenameResult ...
[OK]
    testParserWorksAfterInvalidResult ...
[OK]
buildbot.test.test_buildreq
  Request
    testMerge ...
[OK]
  Set
    testBuildSet ...
[OK]
    testSuccess ...
[OK]
buildbot.test.test_buildstep
  LogLineObserver
    testBigChunk ...
[OK]
    testLineBuffered ...
[OK]
    testLongLine ...
[OK]
    testReallyLongLine ...
[OK]
    testShortBrokenLines ...
[OK]
  LogObserver
    testLogChunk ...
[OK]
buildbot.test.test_changes
  Sender
    testSender ...
[OK]
  TestChangePerspective
    testNoPrefix ...
[FAIL]
    testPrefix ...
[FAIL]
    testPrefix2 ...
[OK]
    testPrefix3 ...
[FAIL]
    testPrefix4 ...
[OK]
buildbot.test.test_config
  ConfigElements
    testSchedulers ...
[OK]
  ConfigFileTest
    testFindConfigFile ...
[OK]
  ConfigTest
    testBuilders ...
[OK]
    testChangeSource ...
[OK]
    testChangeSources ...
[OK]
    testDebugPassword ...
[OK]
    testEmpty ...
[OK]
    testIRC ...
[OK]
    testLocks ...
[OK]
    testSchedulerErrors ...
[OK]
    testSchedulers ...
[OK]
    testSimple ...
[OK]
    testSlavePortnum ...
[OK]
    testSlaves ...
[OK]
    testSources ...
[OK]
    testWebPathname ...
[OK]
    testWebPortnum ...
[OK]
    testWithProperties ...
[OK]
  Factories
    testAllSteps ...
[OK]
    testSteps ...
[OK]
  StartService
    testStartService ...
[OK]
buildbot.test.test_control
  Force
    testRequest ...
[OK]
buildbot.test.test_dependencies
  Dependencies
    testParse ...
[OK]
    testRun_Fail ...
[OK]
    testRun_Pass ...
[OK]
buildbot.test.test_locks
  GetLock
    testGet ...
[OK]
  Locks
    testLock1 ...
[OK]
    testLock1a ...
[OK]
    testLock2 ...
[OK]
    testLock3 ...
[OK]
    testLock4 ...
[OK]
  MakeRealLock
    testMaster ...
[OK]
    testSlave ...
[OK]
  Multi
    testLaterCounting ...
[OK]
    testNowCounting ...
[OK]
    testRandomCounting ...
[OK]
  Unit
    testCompetitionCounting ...
[OK]
    testCompetitionExclusive ...
[OK]
    testLaterCounting ...
[OK]
    testLaterExclusive ...
[OK]
    testNowCounting ...
[OK]
    testNowExclusive ...
[OK]
    testNowMixed1 ...
[OK]
    testNowMixed2 ...
[OK]
    testRandomCounting ...
[OK]
    testRandomExclusive ...
[OK]
buildbot.test.test_maildir
  MaildirTest
    testMaildir ...
[OK]
buildbot.test.test_mailparse
  TestFreshCVS
    testMsg1 ...
[OK]
    testMsg2 ...
[FAIL]
    testMsg3 ...
[FAIL]
    testMsg4 ...
[FAIL]
    testMsg5 ...
[OK]
    testMsg6 ...
[FAIL]
    testMsg7 ...
[FAIL]
    testMsg8 ...
[OK]
    testMsg9 ...
[OK]
  TestFreshCVS_Prefix
    testMsg1p ...
[OK]
    testMsg2p ...
[FAIL]
    testMsg3p ...
[FAIL]
    testMsg4p ...
[FAIL]
    testMsg5p ...
[OK]
    testMsg6p ...
[FAIL]
    testMsg7p ...
[FAIL]
    testMsg8p ...
[OK]
  TestSVNCommitEmail
    test1 ...
[OK]
    test2a ...
[OK]
    test2b ...
[FAIL]
  TestSyncmail
    testMsgS1 ...
[OK]
    testMsgS2 ...
[OK]
    testMsgS3 ...
[OK]
    testMsgS4 ...
[OK]
    testMsgS5 ...
[OK]
buildbot.test.test_p4poller
  TestP4Poller
    testAlreadyWorking ...
[OK]
    testCheck ...
[OK]
    testFailedChanges ...
[OK]
    testFailedDescribe ...
[OK]
    testSplitFile ...
[OK]
buildbot.test.test_properties
  BuildProperties
    testProperties ...
[OK]
  Run
    testInterpolate ...
[OK]
    testSetPropertyExtractFn ...
[OK]
    testSetPropertySimple ...
[OK]
  TestProperties
    testDictBehavior ...
[OK]
    testUpdate ...
[OK]
    testUpdateFromProperties ...
[OK]
  TestWithProperties
    testBasic ...
[OK]
    testDict ...
[OK]
    testDictColonMinus ...
[OK]
    testDictColonPlus ...
[OK]
    testEmpty ...
[OK]
    testRecursiveDict ...
[OK]
    testRecursiveList ...
[OK]
    testRecursiveTuple ...
[OK]
buildbot.test.test_run
  Basedir
    testChangeBuilddir ...
[OK]
  BuilderNames
    testGetBuilderNames ...
[OK]
  CanStartBuild
    testCanStartBuild ...
[OK]
    testCantStartBuild ...
[OK]
  ConcurrencyLimit
    testConcurrencyLimit ...
[OK]
  Disconnect
    testBuild1 ...
[OK]
    testBuild2 ...
[OK]
    testBuild3 ...
[OK]
    testBuild4 ...
[OK]
    testDisappear ...
[OK]
    testDuplicate ...
[OK]
    testIdle2 ...
[OK]
    testInterrupt ...
[OK]
  Disconnect2
    testSlaveTimeout ...
[OK]
  Ping
    testPing ...
[OK]
  PropertyPropagation
    testScheduler ...
[OK]
    testSlave ...
[OK]
    testTrigger ...
[OK]
  Run
    testMaster ...
[OK]
  SchedulerWatchers
    testWatchers ...
[OK]
  TestBuilder
    testBuilderEnv ...
[OK]
    testBuilderEnvOverride ...
[OK]
    testBuilderNoStepEnv ...
[OK]
  TestFlag
    testTestFlag ...
[OK]
  Triggers
    testTriggerBuild ...
[OK]
    testTriggerBuildWait ...
[OK]
buildbot.test.test_runner
  Create
    testMaster ...
[OK]
    testSlave ...
[OK]
    testUpgradeMaster ...
[OK]
  Options
    testFindOptions ...
[OK]
    testForceOptions ...
[OK]
  Try
    testGetTopdir ...
[OK]
    testGetopt1 ...
[OK]
    testGetopt2 ...
[OK]
    testGetopt3 ...
[OK]
    testGetopt4 ...
[OK]
buildbot.test.test_scheduler
  Scheduling
    testAnyBranch ...
[OK]
    testAnyBranch2 ...
[OK]
    testBranch ...
[OK]
    testGetBuildSets ...
[OK]
    testNightly ...
[OK]
    testPeriodic1 ...
[OK]
    testTryJobdir ...
[OK]
    testTryUserpass ...
[OK]
buildbot.test.test_shell
  SlaveSide
    testLogFiles_0 ...
[OK]
    testLogFiles_1 ...
[OK]
    testLogFiles_2 ...
[OK]
    testLogFiles_3 ...
[OK]
    testOne ...
[OK]
buildbot.test.test_slavecommand
  Shell
    testInterrupt1 ...
[OK]
    testInterrupt2 ...
[OK]
    testShell1 ...
[OK]
    testShell2 ...
[OK]
    testShellEnv ...
[OK]
    testShellMissingCommand ...
[OK]
    testShellRC ...
[OK]
    testShellSubdir ...
[OK]
    testTimeout ...
[OK]
  ShellPTY
    testInterrupt1 ...
[OK]
    testShell1 ...
[OK]
    testShell2 ...
[OK]
    testShellEnv ...
[OK]
    testShellMissingCommand ...
[OK]
    testShellRC ...
[OK]
    testShellSubdir ...
[OK]
    testTimeout ...
[OK]
  Utilities
    test_rmdirRecursive ...
[OK]
buildbot.test.test_slaves
  BuildSlave
    test_mail_on_missing ...
[OK]
    test_track_builders ...
[OK]
  Reconfig
    testReconfig ...
[OK]
  Slave
    testDontClaimPingingSlave ...
[OK]
    testFallback1 ...
[OK]
    testFallback2 ...
[OK]
    testSequence ...
[OK]
    testSimultaneous ...
[OK]
  Slave2
    testFirstComeFirstServed ...
[OK]
  SlaveBusyness
    testSlaveBusyOneBuild ...
[OK]
    testSlaveBusyTwoBuilds ...
[OK]
    testSlaveDisconnect ...
[OK]
    testSlaveNotBusy ...
[OK]
buildbot.test.test_status
  Client
    testAdaptation ...
[OK]
  ContactTester
    test_notification_default ...
[OK]
    test_notification_exception ...
[OK]
    test_notification_failed ...
[OK]
    test_notification_failureToSuccess ...
[OK]
    test_notification_finished ...
[OK]
    test_notification_started ...
[OK]
    test_notification_success ...
[OK]
    test_notification_successToFailure ...
[OK]
    test_notify_invalid_syntax ...
[OK]
    test_notify_list ...
[OK]
  Log
    testAdd ...
[OK]
    testChunks ...
[OK]
    testConsumer ...
[OK]
    testHTMLUpgrade ...
[OK]
    testLargeSummary ...
[OK]
    testMerge1 ...
[OK]
    testMerge2 ...
[OK]
    testMerge3 ...
[OK]
    testReadlines ...
[OK]
    testSubscribe ...
[OK]
    testUpgrade ...
[OK]
  Mail
    testBuild1 ...
[OK]
    testBuild2 ...
[OK]
    testBuildStatusCategory ...
[OK]
    testBuilderCategory ...
[OK]
    testFailure ...
[OK]
    testLogs ...
[OK]
    testMail ...
[SKIPPED]
  Progress
    testWavg ...
[OK]
  Results
    testAddResults ...
[OK]
  StepStatistics
    testStepStatistics ...
[OK]
  Subscription
    testSlave ...
[OK]
buildbot.test.test_steps
  BuildStep
    testShellCommand1 ...
[OK]
  CheckStepTester
    testSimple ...
[OK]
  PerlModuleTest
    testAllTestsPassed ...
[OK]
    testFailures_NewTestHarness ...
[OK]
    testFailures_OldTestHarness ...
[OK]
    testFailures_UnparseableStdio ...
[OK]
  Python
    testPyFlakes1 ...
[OK]
    testPyFlakes2 ...
[OK]
    testPyFlakes3 ...
[OK]
  SlaveVersion
    testCompare ...
[OK]
  Steps
    testClone ...
[OK]
    testMultipleStepInstances ...
[OK]
    test_addCompleteLog ...
[OK]
    test_addHTMLLog ...
[OK]
    test_addLog ...
[OK]
    test_addLogObserver ...
[OK]
    test_addURL ...
[OK]
    test_description ...
[OK]
    test_getProperty ...
[OK]
  TreeSize
    testTreeSize ...
[OK]
  Warnings
    testCompile1 ...
[OK]
    testCompile2 ...
[OK]
    testCompile3 ...
[OK]
buildbot.test.test_svnpoller
  ComputeChanges
    test1 ...
[OK]
    testChanges ...
[OK]
    testFirstTime ...
[OK]
  ComputePrefix
    test1 ...
[OK]
    test2 ...
[OK]
    test3 ...
[OK]
    test4 ...
[OK]
  Everything
    test1 ...
[OK]
  Misc
    testAlreadyWorking ...
[OK]
    testGetRoot ...
[OK]
buildbot.test.test_transfer
  Download
    testLotsOfBlocks ...
[OK]
    testMaxsize ...
[OK]
    testMissingFile ...
[OK]
    testMode ...
[OK]
    testSuccess ...
[OK]
  Upload
    testLotsOfBlocks ...
[OK]
    testMaxsize ...
[OK]
    testMissingFile ...
[OK]
    testMode ...
[OK]
    testSuccess ...
[OK]
buildbot.test.test_twisted
  Count
    testCountFailedTests ...
[OK]
  Counter
    testCounter ...
[OK]
  Parse
    testParse ...
[OK]
buildbot.test.test_util
  Compare
    testCompare ...
[OK]
buildbot.test.test_vc
  Arch
    testCheckout ...
[SKIPPED]
    testCheckoutBranch ...
[SKIPPED]
    testCheckoutHTTP ...
[SKIPPED]
    testPatch ...
[SKIPPED]
    testTry ...
[SKIPPED]
  Bazaar
    testCheckout ...
[SKIPPED]
    testCheckoutBranch ...
[SKIPPED]
    testCheckoutHTTP ...
[SKIPPED]
    testPatch ...
[SKIPPED]
    testRetry ...
[SKIPPED]
    testRetryFails ...
[SKIPPED]
    testTry ...
[SKIPPED]
  Bzr
    testCheckout ...
[OK]
    testCheckoutBranch ...
[OK]
    testCheckoutHTTP ...
[OK]
    testPatch ...
[OK]
    testRetry ...
[FAIL]
    testRetryFails ...
[OK]
    testTry ...
[OK]
  CVS
    testCheckout ...
[OK]
    testCheckoutBranch ...
[OK]
    testPatch ...
[OK]
    testTry ...
[OK]
  Darcs
    testCheckout ...
[SKIPPED]
    testCheckoutBranch ...
[SKIPPED]
    testCheckoutHTTP ...
[SKIPPED]
    testPatch ...
[SKIPPED]
    testTry ...
[SKIPPED]
  Git
    testCheckout ...
[OK]
    testCheckoutBranch ...
[OK]
    testPatch ...
[OK]
    testTry ...
[OK]
  Mercurial
    testCheckout ...
[SKIPPED]
    testCheckoutBranch ...
[SKIPPED]
    testCheckoutHTTP ...
[SKIPPED]
    testPatch ...
[SKIPPED]
    testTry ...
[SKIPPED]
  P4
    testCheckout ...
[SKIPPED]
    testCheckoutBranch ...
[SKIPPED]
    testPatch ...
[SKIPPED]
  Patch
    testPatch ...
[OK]
  SVN
    testCheckout ...
[OK]
    testCheckoutBranch ...
[OK]
    testPatch ...
[OK]
    testTry ...
[OK]
  Sources
    testCVS1 ...
[OK]
    testCVS2 ...
[OK]
    testCVS3 ...
[OK]
    testCVS4 ...
[OK]
    testSVN1 ...
[OK]
    testSVN2 ...
[OK]
buildbot.test.test_web
  GetURL
    testBase ...
[OK]
    testBuild ...
[OK]
    testChange ...
[OK]
    testMissingBase ...
[OK]
  Logfile
    test_logfile1 ...
[OK]
    test_logfile2 ...
[OK]
    test_logfile3 ...
[OK]
    test_logfile4 ...
[OK]
    test_logfile5 ...
[OK]
    test_logfile6 ...
[OK]
    test_logfile7 ...
[OK]
  Ports
    test_webPathname ...
[OK]
    test_webPathname_port ...
[OK]
    test_webPortnum ...
[OK]
  Waterfall
    test_waterfall ...
[OK]
  WaterfallSteps
    test_urls ...
[OK]
buildbot.test.test_webparts
  Webparts
    testInit ...
[OK]
    testPages ...
[OK]
    testStatic ...
[OK]

===============================================================================
[SKIPPED]: buildbot.test.test_status.Mail.testMail

define BUILDBOT_TEST_MAIL=dest to run this
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Arch.testCheckout

Arch (tla) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Arch.testCheckoutBranch

Arch (tla) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Arch.testCheckoutHTTP

Arch (tla) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Arch.testPatch

Arch (tla) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Arch.testTry

Arch (tla) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Bazaar.testCheckout

Arch (baz) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Bazaar.testCheckoutBranch

Arch (baz) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Bazaar.testCheckoutHTTP

Arch (baz) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Bazaar.testPatch

Arch (baz) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Bazaar.testRetry

Arch (baz) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Bazaar.testRetryFails

Arch (baz) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Bazaar.testTry

Arch (baz) is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Darcs.testCheckout

Darcs is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Darcs.testCheckoutBranch

Darcs is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Darcs.testCheckoutHTTP

Darcs is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Darcs.testPatch

Darcs is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Darcs.testTry

Darcs is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Mercurial.testCheckout

Mercurial is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Mercurial.testCheckoutBranch

Mercurial is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Mercurial.testCheckoutHTTP

Mercurial is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Mercurial.testPatch

Mercurial is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.Mercurial.testTry

Mercurial is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.P4.testCheckout

p4 is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.P4.testCheckoutBranch

p4 is not installed
===============================================================================
[SKIPPED]: buildbot.test.test_vc.P4.testPatch

p4 is not installed
===============================================================================
[FAIL]: buildbot.test.test_changes.TestChangePerspective.testNoPrefix

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_changes.py",
line 37, in testNoPrefix
    ["Project/foo.c", "Project/bar/boo.c"])
twisted.trial.unittest.FailTest: not equal:
a = ['Project/bar/boo.c', 'Project/foo.c']
b = ['Project/foo.c', 'Project/bar/boo.c']

===============================================================================
[FAIL]: buildbot.test.test_changes.TestChangePerspective.testPrefix

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_changes.py",
line 47, in testPrefix
    self.failUnlessEqual(c1.files, ["foo.c", "bar/boo.c"])
twisted.trial.unittest.FailTest: not equal:
a = ['bar/boo.c', 'foo.c']
b = ['foo.c', 'bar/boo.c']

===============================================================================
[FAIL]: buildbot.test.test_changes.TestChangePerspective.testPrefix3

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_changes.py",
line 84, in testPrefix3
    self.failUnlessEqual(c1.files, ["baz.c", "bar.c"])
twisted.trial.unittest.FailTest: not equal:
a = ['bar.c', 'baz.c']
b = ['baz.c', 'bar.c']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestFreshCVS.testMsg2

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 25, in testMsg2
    "Twisted/twisted/python/formmethod.py"])
twisted.trial.unittest.FailTest: not equal:
a = ['Twisted/twisted/python/formmethod.py',
'Twisted/twisted/web/woven/form.py']
b = ['Twisted/twisted/web/woven/form.py',
'Twisted/twisted/python/formmethod.py']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestFreshCVS.testMsg3

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 35, in testMsg3
    "Twisted/twisted/python/formmethod.py"])
twisted.trial.unittest.FailTest: not equal:
a = ['Twisted/twisted/python/formmethod.py',
'Twisted/twisted/web/woven/form.py']
b = ['Twisted/twisted/web/woven/form.py',
'Twisted/twisted/python/formmethod.py']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestFreshCVS.testMsg4

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 45, in testMsg4
    "Twisted/twisted/python/formmethod.py"])
twisted.trial.unittest.FailTest: not equal:
a = ['Twisted/twisted/python/formmethod.py',
'Twisted/twisted/web/woven/form.py']
b = ['Twisted/twisted/web/woven/form.py',
'Twisted/twisted/python/formmethod.py']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestFreshCVS.testMsg6

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 71, in testMsg6
    "Twisted/doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj"])
twisted.trial.unittest.FailTest: not equal:
a = ['Twisted/doc/examples/cocoaDemo/English.lproj/InfoPlist.strings',

'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/classes.nib',
 'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/info.nib',

'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/keyedobjects.nib',
 'Twisted/doc/examples/cocoaDemo/MyAppDelegate.py',
 'Twisted/doc/examples/cocoaDemo/__main__.py',
 'Twisted/doc/examples/cocoaDemo/bin-python-main.m',
 'Twisted/doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj']
b = ['Twisted/doc/examples/cocoaDemo/MyAppDelegate.py',
 'Twisted/doc/examples/cocoaDemo/__main__.py',
 'Twisted/doc/examples/cocoaDemo/bin-python-main.m',
 'Twisted/doc/examples/cocoaDemo/English.lproj/InfoPlist.strings',

'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/classes.nib',
 'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/info.nib',

'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/keyedobjects.nib',
 'Twisted/doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestFreshCVS.testMsg7

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 88, in testMsg7
    "Twisted/doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj"])
twisted.trial.unittest.FailTest: not equal:
a = ['Twisted/doc/examples/cocoaDemo/English.lproj/InfoPlist.strings',

'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/classes.nib',
 'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/info.nib',

'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/keyedobjects.nib',
 'Twisted/doc/examples/cocoaDemo/MyAppDelegate.py',
 'Twisted/doc/examples/cocoaDemo/__main__.py',
 'Twisted/doc/examples/cocoaDemo/bin-python-main.m',
 'Twisted/doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj']
b = ['Twisted/doc/examples/cocoaDemo/MyAppDelegate.py',
 'Twisted/doc/examples/cocoaDemo/__main__.py',
 'Twisted/doc/examples/cocoaDemo/bin-python-main.m',
 'Twisted/doc/examples/cocoaDemo/English.lproj/InfoPlist.strings',

'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/classes.nib',
 'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/info.nib',

'Twisted/doc/examples/cocoaDemo/English.lproj/MainMenu.nib/keyedobjects.nib',
 'Twisted/doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestFreshCVS_Prefix.testMsg2p

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 127, in testMsg2p
    "twisted/python/formmethod.py"])
twisted.trial.unittest.FailTest: not equal:
a = ['twisted/python/formmethod.py', 'twisted/web/woven/form.py']
b = ['twisted/web/woven/form.py', 'twisted/python/formmethod.py']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestFreshCVS_Prefix.testMsg3p

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 136, in testMsg3p
    "twisted/python/formmethod.py"])
twisted.trial.unittest.FailTest: not equal:
a = ['twisted/python/formmethod.py', 'twisted/web/woven/form.py']
b = ['twisted/web/woven/form.py', 'twisted/python/formmethod.py']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestFreshCVS_Prefix.testMsg4p

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 145, in testMsg4p
    "twisted/python/formmethod.py"])
twisted.trial.unittest.FailTest: not equal:
a = ['twisted/python/formmethod.py', 'twisted/web/woven/form.py']
b = ['twisted/web/woven/form.py', 'twisted/python/formmethod.py']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestFreshCVS_Prefix.testMsg6p

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 170, in testMsg6p
    "doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj"])
twisted.trial.unittest.FailTest: not equal:
a = ['doc/examples/cocoaDemo/English.lproj/InfoPlist.strings',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/classes.nib',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/info.nib',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/keyedobjects.nib',
 'doc/examples/cocoaDemo/MyAppDelegate.py',
 'doc/examples/cocoaDemo/__main__.py',
 'doc/examples/cocoaDemo/bin-python-main.m',
 'doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj']
b = ['doc/examples/cocoaDemo/MyAppDelegate.py',
 'doc/examples/cocoaDemo/__main__.py',
 'doc/examples/cocoaDemo/bin-python-main.m',
 'doc/examples/cocoaDemo/English.lproj/InfoPlist.strings',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/classes.nib',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/info.nib',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/keyedobjects.nib',
 'doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestFreshCVS_Prefix.testMsg7p

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 187, in testMsg7p
    "doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj"])
twisted.trial.unittest.FailTest: not equal:
a = ['doc/examples/cocoaDemo/English.lproj/InfoPlist.strings',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/classes.nib',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/info.nib',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/keyedobjects.nib',
 'doc/examples/cocoaDemo/MyAppDelegate.py',
 'doc/examples/cocoaDemo/__main__.py',
 'doc/examples/cocoaDemo/bin-python-main.m',
 'doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj']
b = ['doc/examples/cocoaDemo/MyAppDelegate.py',
 'doc/examples/cocoaDemo/__main__.py',
 'doc/examples/cocoaDemo/bin-python-main.m',
 'doc/examples/cocoaDemo/English.lproj/InfoPlist.strings',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/classes.nib',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/info.nib',
 'doc/examples/cocoaDemo/English.lproj/MainMenu.nib/keyedobjects.nib',
 'doc/examples/cocoaDemo/cocoaDemo.pbproj/project.pbxproj']

===============================================================================
[FAIL]: buildbot.test.test_mailparse.TestSVNCommitEmail.test2b

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_mailparse.py",
line 288, in test2b
    "spamd/spamd.raw",
twisted.trial.unittest.FailTest: not equal:
a = ['MANIFEST',
 'lib/Mail/SpamAssassin/Logger.pm',
 'lib/Mail/SpamAssassin/Plugin/DCC.pm',
 'lib/Mail/SpamAssassin/Plugin/DomainKeys.pm',
 'lib/Mail/SpamAssassin/Plugin/Pyzor.pm',
 'lib/Mail/SpamAssassin/Plugin/Razor2.pm',
 'lib/Mail/SpamAssassin/Plugin/SPF.pm',
 'lib/Mail/SpamAssassin/SpamdForkScaling.pm',
 'lib/Mail/SpamAssassin/Timeout.pm',
 'spamd/spamd.raw']
b = ['lib/Mail/SpamAssassin/Timeout.pm',
 'MANIFEST',
 'lib/Mail/SpamAssassin/Logger.pm',
 'lib/Mail/SpamAssassin/Plugin/DCC.pm',
 'lib/Mail/SpamAssassin/Plugin/DomainKeys.pm',
 'lib/Mail/SpamAssassin/Plugin/Pyzor.pm',
 'lib/Mail/SpamAssassin/Plugin/Razor2.pm',
 'lib/Mail/SpamAssassin/Plugin/SPF.pm',
 'lib/Mail/SpamAssassin/SpamdForkScaling.pm',
 'spamd/spamd.raw']

===============================================================================
[FAIL]: buildbot.test.test_vc.Bzr.testRetry

Traceback (most recent call last):
  File "/home/gary/buildbot/buildbot/buildbot/test/test_vc.py", line
2276, in _testRetry_1
    "funny, VC operation didn't fail at least once")
  File "/home/gary/buildbot/buildbot/buildbot/test/test_vc.py", line
382, in failUnlessIn
    self.failUnless(string.find(substring) != -1, msg)
twisted.trial.unittest.FailTest: funny, VC operation didn't fail at
least once
-------------------------------------------------------------------------------
Ran 348 tests in 675.308s

FAILED (skips=26, failures=15, successes=307)
Exception exceptions.AttributeError: "'NoneType' object has no attribute
'StringIO'" in <bound method RemoteReference.__del__ of
<twisted.spread.pb.RemoteReference instance at 0xa1ba74c>> ignored






More information about the devel mailing list