[Buildbot-devel] Test failures with 0.7.4

Brad Hards bradh at frogmouth.net
Sun Oct 1 06:22:32 UTC 2006


I recently installed and tested buildbot 0.7.4 on a Centos 4.4 box (roughly 
RHEL 4.5, I think). There were quite a lot of test failures:
FAILED (skips=27, failures=3, errors=23, successes=168)

Most of the errors appear to be associated with mail parsing. Perhaps the 
problem is the version of Twisted that I'm using, or something I don't have 
installed correctly?

$ buildbot --version
Buildbot version: 0.7.4
Twisted version: 2.2.0

$ python -V
Python 2.4.3

A copy of the log from my test run is attached.

Any suggestions?

Brad
-------------- next part --------------
/usr/local/lib/python2.4/site-packages/twisted/web/woven/interfaces.py:60: ComponentsDeprecationWarning: Please don't use __adapt__ on Interface subclasses
  class IView(components.Interface):
/usr/local/lib/python2.4/site-packages/twisted/web/woven/interfaces.py:135: ComponentsDeprecationWarning: Please don't use __adapt__ on Interface subclasses
  class IController(components.Interface):
/usr/local/lib/python2.4/site-packages/zope/interface/declarations.py:353: ComponentsDeprecationWarning: Don't get attributes (in this case, '__provides__') off Interface, use .queryDescriptionFor() etc. instead
  spec = Implements(*[implementedBy(c) for c in bases])
Running 221 tests.
buildbot.test.test__versions
  Versions
    test_versions ...                                                      [OK]
buildbot.test.test_buildreq
  Request
    testMerge ...                                                          [OK]
  Set
    testBuildSet ...                                                       [OK]
    testSuccess ...                                                        [OK]
buildbot.test.test_changes
  Sender
    testSender ...                                                         [OK]
  TestChangePerspective
    testNoPrefix ...                                                       [OK]
    testPrefix ...                                                         [OK]
    testPrefix2 ...                                                        [OK]
    testPrefix3 ...                                                        [OK]
    testPrefix4 ...                                                        [OK]
buildbot.test.test_config
  ConfigElements
    testSchedulers ...                                                     [OK]
  ConfigFileTest
    testFindConfigFile ...                                                 [OK]
  ConfigTest
    testBots ...                                                           [OK]
    testBuilders ...                                                       [OK]
    testDebugPassword ...                                                  [OK]
    testEmpty ...                                                          [OK]
    testIRC ...                                                            [OK]
    testLocks ...                                                          [OK]
    testSchedulers ...                                                     [OK]
    testSimple ...                                                         [OK]
    testSlavePortnum ...                                                   [OK]
    testSources ...                                                   [SKIPPED]
    testWebPathname ...                                                    [OK]
    testWebPortnum ...                                                     [OK]
    testWithProperties ...                                                 [OK]
  StartService
    testStartService ...                                                   [OK]
buildbot.test.test_control
  Force
    testForce ... 
/usr/local/lib/python2.4/site-packages/buildbot/process/builder.py:607: exceptions.DeprecationWarning: Please use BuilderControl.requestBuildSoon instead
                                                         [OK]
    testRequest ...                                                        [OK]
buildbot.test.test_dependencies
  Dependencies
    testParse ...                                                          [OK]
    testRun_Fail ...                                                       [OK]
    testRun_Pass ...                                                       [OK]
buildbot.test.test_locks
  Locks
    testLock1 ...                                                          [OK]
    testLock1a ...                                                         [OK]
    testLock2 ...                                                          [OK]
    testLock3 ...                                                          [OK]
    testLock4 ...                                                          [OK]
buildbot.test.test_maildir
  MaildirTest
    testMaildir ... creating empty maildir
                                                    [ERROR]
removing old maildir
buildbot.test.test_mailparse
  Test1
    testMsg1 ...                                                        [ERROR]
    testMsg2 ...                                                        [ERROR]
    testMsg3 ...                                                        [ERROR]
    testMsg4 ...                                                        [ERROR]
    testMsg5 ...                                                        [ERROR]
    testMsg6 ...                                                        [ERROR]
    testMsg7 ...                                                        [ERROR]
    testMsg8 ...                                                        [ERROR]
    testMsg9 ...                                                        [ERROR]
  Test2
    testMsg1p ...                                                       [ERROR]
    testMsg2p ...                                                       [ERROR]
    testMsg3p ...                                                       [ERROR]
    testMsg4p ...                                                       [ERROR]
    testMsg5p ...                                                       [ERROR]
    testMsg6p ...                                                       [ERROR]
    testMsg7p ...                                                       [ERROR]
    testMsg8p ...                                                       [ERROR]
  Test3
    testMsgS1 ...                                                       [ERROR]
    testMsgS2 ...                                                       [ERROR]
    testMsgS3 ...                                                       [ERROR]
    testMsgS4 ...                                                       [ERROR]
    testMsgS5 ...                                                       [ERROR]
buildbot.test.test_p4poller
  TestP4Poller
    don't launch a new poll while old is still going ...                   [OK]
    successful checks ...                                                  [OK]
    'p4 changes' failure is properly reported ...                          [OK]
    'p4 describe' failure is properly reported ...                         [OK]
    Make sure split file works on branch only changes ...                  [OK]
buildbot.test.test_properties
  Interpolate
    testBuildNumber ...                                                    [OK]
    testCustomBuildStep ...                                                [OK]
    testSlaveName ...                                                      [OK]
    testSourceStamp ...                                                    [OK]
    testWithProperties ...                                                 [OK]
    testWithPropertiesDict ...                                             [OK]
    testWithPropertiesEmpty ...                                            [OK]
  Run
    testInterpolate ...                                                    [OK]
buildbot.test.test_run
  Basedir
    testChangeBuilddir ...                                                 [OK]
  BuilderNames
    testGetBuilderNames ...                                                [OK]
  Disconnect
    testBuild1 ...                                                         [OK]
    testBuild2 ...                                                         [OK]
    testBuild3 ...                                                         [OK]
    testBuild4 ...                                                         [OK]
    testDisappear ...                                                      [OK]
    testDuplicate ...                                                      [OK]
    testIdle1 ...                                                          [OK]
    testIdle2 ...                                                          [OK]
    testInterrupt ...                                                      [OK]
  Disconnect2
    testSlaveTimeout ...                                                   [OK]
  Ping
    testPing ...                                                           [OK]
  Run
    testMaster ...                                                         [OK]
buildbot.test.test_runner
  Create
    testMaster ...                                                         [OK]
    testSlave ...                                                          [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 ...                                                      [FAIL]
    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 ...                                                  [FAIL]
    testTimeout ...                                                        [OK]
  ShellPTY
    testInterrupt1 ...                                                     [OK]
    testShell1 ...                                                         [OK]
    testShell2 ...                                                         [OK]
    testShellEnv ...                                                       [OK]
    testShellMissingCommand ...                                            [OK]
    testShellRC ...                                                        [OK]
    testShellSubdir ...                                                  [FAIL]
    testTimeout ...                                                        [OK]
buildbot.test.test_slaves
  Slave
    testDontClaimPingingSlave ...                                          [OK]
    testFallback1 ...                                                      [OK]
    testFallback2 ...                                                      [OK]
    testSequence ...                                                       [OK]
    testSimultaneous ...                                                   [OK]
  Slave2
    testFirstComeFirstServed ...                                           [OK]
buildbot.test.test_status
  Client
    testAdaptation ...                                                     [OK]
  Log
    testAdd ...                                                            [OK]
    testChunks ...                                                         [OK]
    testConsumer ...                                                       [OK]
    testHTMLUpgrade ...                                                    [OK]
    testLargeSummary ...                                                   [OK]
    testMerge1 ...                                                         [OK]
    testMerge2 ...                                                         [OK]
    testMerge3 ...                                                         [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]
  Subscription
    testSlave ...                                                          [OK]
buildbot.test.test_steps
  BuildStep
    testShellCommand1 ...                                                  [OK]
  SlaveVersion
    testCompare ...                                                        [OK]
  Steps
    testMultipleStepInstances ...                                          [OK]
    test_addCompleteLog ...                                                [OK]
    test_addHTMLLog ...                                                    [OK]
    test_addLog ...                                                        [OK]
    test_addLogObserver ...                                                [OK]
    test_addURL ...                                                        [OK]
    test_description ...                                                   [OK]
    test_getProperty ...                                                   [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]
  CVS
    testCheckout ...                                                       [OK]
    testCheckoutBranch ...                                                 [OK]
    testPatch ...                                                          [OK]
    testTry ...                                                            [OK]
  Darcs
    testCheckout ...                                                  [SKIPPED]
    testCheckoutBranch ...                                            [SKIPPED]
    testCheckoutHTTP ...                                              [SKIPPED]
    testPatch ...                                                     [SKIPPED]
    testTry ...                                                       [SKIPPED]
  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]
  Ports
    test_webPathname ... 
/usr/local/lib/python2.4/site-packages/twisted/web/distrib.py:165: exceptions.DeprecationWarning: This is deprecated. Use PBClientFactory.
                                                  [OK]
    test_webPathname_port ... 
/usr/local/lib/python2.4/site-packages/twisted/web/server.py:110: exceptions.DeprecationWarning: IPv4Address.__getitem__ is deprecated.  Use attributes instead.

/usr/local/lib/python2.4/site-packages/twisted/web/server.py:111: exceptions.DeprecationWarning: IPv4Address.__getitem__ is deprecated.  Use attributes instead.
                                             [OK]
    test_webPortnum ...                                                    [OK]
  Waterfall
    test_waterfall ...                                                     [OK]
  WaterfallSteps
    test_urls ...                                                          [OK]

===============================================================================
[SKIPPED]: buildbot.test.test_config.ConfigTest.testSources

this test needs CVSToys installed
===============================================================================
[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

not yet implemented, use 'hg serve'
===============================================================================
[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_scheduler.Scheduling.testNightly

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_scheduler.py", line 58, in testNightly
    self.failUnlessEqual(int(t-now), 2*HOUR+54*MIN+24)
twisted.trial.unittest.FailTest: 6864 != 10464
===============================================================================
[FAIL]: buildbot.test.test_slavecommand.Shell.testShellSubdir

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_slavecommand.py", line 67, in checkOutput
    self.assertEquals(got, contents)
twisted.trial.unittest.FailTest: "/usr/local/bin/python: can't open file '/usr/local/lib/python2.4/site-packages/buildbot/test/subdir/emit.py': [Errno 2] No such file or directory\n" != 'this is stderr\n'
===============================================================================
[FAIL]: buildbot.test.test_slavecommand.ShellPTY.testShellSubdir

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_slavecommand.py", line 67, in checkOutput
    self.assertEquals(got, contents)
twisted.trial.unittest.FailTest: "/usr/local/bin/python: can't open file '/usr/local/lib/python2.4/site-packages/buildbot/test/subdir/emit.py': [Errno 2] No such file or directory\r\n" != 'this is stdout in subdir\r\nthis is stderr\r\n'
===============================================================================
[ERROR]: buildbot.test.test_maildir.MaildirTest.testMaildir

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_maildir.py", line 50, in testMaildir
    testfiles = [msg for msg in os.listdir(testfiles_dir)
exceptions.OSError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test1.testMsg1

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 15, in testMsg1
    c = self.get("mail/msg1")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 12, in get
    return parseFreshCVSMail(None, open(msg, "r"))
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg1'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test1.testMsg2

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 22, in testMsg2
    c = self.get("mail/msg2")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 12, in get
    return parseFreshCVSMail(None, open(msg, "r"))
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg2'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test1.testMsg3

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 32, in testMsg3
    c = self.get("mail/msg3")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 12, in get
    return parseFreshCVSMail(None, open(msg, "r"))
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg3'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test1.testMsg4

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 42, in testMsg4
    c = self.get("mail/msg4")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 12, in get
    return parseFreshCVSMail(None, open(msg, "r"))
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg4'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test1.testMsg5

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 52, in testMsg5
    c = self.get("mail/msg5")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 12, in get
    return parseFreshCVSMail(None, open(msg, "r"))
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg5'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test1.testMsg6

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 61, in testMsg6
    c = self.get("mail/msg6")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 12, in get
    return parseFreshCVSMail(None, open(msg, "r"))
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg6'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test1.testMsg7

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 78, in testMsg7
    c = self.get("mail/msg7")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 12, in get
    return parseFreshCVSMail(None, open(msg, "r"))
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg7'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test1.testMsg8

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 95, in testMsg8
    c = self.get("mail/msg8")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 12, in get
    return parseFreshCVSMail(None, open(msg, "r"))
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg8'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test1.testMsg9

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 103, in testMsg9
    c = self.get("mail/msg9")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 12, in get
    return parseFreshCVSMail(None, open(msg, "r"))
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg9'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test2.testMsg1p

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 117, in testMsg1p
    c = self.get("mail/msg1")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 114, in get
    return parseFreshCVSMail(None, open(msg, "r"), prefix="Twisted")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg1'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test2.testMsg2p

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 123, in testMsg2p
    c = self.get("mail/msg2")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 114, in get
    return parseFreshCVSMail(None, open(msg, "r"), prefix="Twisted")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg2'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test2.testMsg3p

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 132, in testMsg3p
    c = self.get("mail/msg3")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 114, in get
    return parseFreshCVSMail(None, open(msg, "r"), prefix="Twisted")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg3'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test2.testMsg4p

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 141, in testMsg4p
    c = self.get("mail/msg4")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 114, in get
    return parseFreshCVSMail(None, open(msg, "r"), prefix="Twisted")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg4'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test2.testMsg5p

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 150, in testMsg5p
    c = self.get("mail/msg5")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 114, in get
    return parseFreshCVSMail(None, open(msg, "r"), prefix="Twisted")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg5'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test2.testMsg6p

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 159, in testMsg6p
    c = self.get("mail/msg6")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 114, in get
    return parseFreshCVSMail(None, open(msg, "r"), prefix="Twisted")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg6'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test2.testMsg7p

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 176, in testMsg7p
    c = self.get("mail/msg7")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 114, in get
    return parseFreshCVSMail(None, open(msg, "r"), prefix="Twisted")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg7'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test2.testMsg8p

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 193, in testMsg8p
    c = self.get("mail/msg8")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 114, in get
    return parseFreshCVSMail(None, open(msg, "r"), prefix="Twisted")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/msg8'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test3.testMsgS1

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 207, in testMsgS1
    c = self.get("mail/syncmail.1")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 200, in get
    return parseSyncmail(None, open(msg, "r"), prefix="buildbot")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/syncmail.1'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test3.testMsgS2

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 216, in testMsgS2
    c = self.get("mail/syncmail.2")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 200, in get
    return parseSyncmail(None, open(msg, "r"), prefix="buildbot")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/syncmail.2'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test3.testMsgS3

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 223, in testMsgS3
    c = self.get("mail/syncmail.3")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 200, in get
    return parseSyncmail(None, open(msg, "r"), prefix="buildbot")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/syncmail.3'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test3.testMsgS4

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 227, in testMsgS4
    c = self.get("mail/syncmail.4")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 200, in get
    return parseSyncmail(None, open(msg, "r"), prefix="buildbot")
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/syncmail.4'
===============================================================================
[ERROR]: buildbot.test.test_mailparse.Test3.testMsgS5

  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 239, in testMsgS5
    c = self.getNoPrefix("mail/syncmail.5")
  File "/usr/local/lib/python2.4/site-packages/buildbot/test/test_mailparse.py", line 204, in getNoPrefix
    return parseSyncmail(None, open(msg, "r"))
exceptions.IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.4/site-packages/buildbot/test/mail/syncmail.5'
-------------------------------------------------------------------------------
Ran 221 tests in 232.907s

FAILED (skips=27, failures=3, errors=23, successes=168)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20061001/d55e1343/attachment.bin>


More information about the devel mailing list